@charset "utf-8";
/* CSS Document */
@media(min-width:1199px){
.clearfix{ clear:both;}
.mob{ display: none;}
.pc{ display: block;}
.fl{ float: left;}
.fr{float:right}
body{margin:0; padding:0;font-family: "微软雅黑"; font-size: 12px;overflow-x: hidden;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal; font-size: 12px;color: #858585;}
* img{display:block;border: none;}
input{padding:0;margin:0;outline:none;font-family: "微软雅黑";}
select{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
.commen{width: 1200px;margin: 0 auto;}
.mob{display: none;}
.pc{display: block;}
.youl{ padding:0 15px;}
.pb1{display: none;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
	/*由左到右*/
[class*='bianq'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(-50px);
  	-moz-transform: translateX(-50px);
  	-ms-transform: translateX(-50px);
  	-o-transform: translateX(-50px);
  	transform: translateX(-50px);
	}
.animated[class*='bianq'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

/*由下到上*/
[class*='wen'] {
	transition: all 0.3s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(50px);
  	-moz-transform: translateY(50px);
  	-ms-transform: translateY(50px);
  	-o-transform: translateY(50px);
  	transform: translateY(50px);
	}
.animated[class*='wen'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
/*由上到下*/
[class*='s-xia'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(-50px);
  	-moz-transform: translateY(-50px);
  	-ms-transform: translateY(-50px);
  	-o-transform: translateY(-50px);
  	transform: translateY(-50px);
	}
.animated[class*='s-xia'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*由右到左*/
[class*='y-zuo'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(50px);
  	-moz-transform: translateX(50px);
  	-ms-transform: translateX(50px);
  	-o-transform: translateX(50px);
  	transform: translateX(50px);
	}
.animated[class*='y-zuo'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*左旋转变化*/
[class*='z-xuan'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: rotate(-360deg);
  	-moz-transform: rotate(-360deg);
  	-ms-transform: rotate(-360deg);
  	-o-transform: rotate(-360deg);
  	transform: rotate(-360deg);
	}
.animated[class*='z-xuan'] {
	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
  	-ms-transform: rotate(0);
  	-o-transform: rotate(0);
  	transform: rotate(0);	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}	

	
	
/*top*/
	.zddt{height: 30px;background: #0c468f;width: 100%;}
	.zddt p{color: #ededed;line-height: 30px;padding: 0 20px;}
	.zddt p a{color: #ededed;transition: all ease 0.3s;}
	.zddt p a:hover{color: #ff8d55;}
	.top{width: 100%;background: #fff;height: 127px;}
	.topa_a{margin-left: 18px;margin-top: 24px;}
	.topa_b{margin-left: 30px;margin-top: 44px;}
	.topa_b img{float: left;margin-top: 9px;}
	.topa_b p span{font-size: 20px;color: #0c468f;line-height: 32px;font-weight: bold;}
	.topa_b p{font-size: 18px;line-height: 22px;color: #6d6d6d;float: left;text-align: center;margin: 0 11px;}
	.topa_c{margin-top: 47px;margin-right: 28px;}
	.topa_c img{float: left;}
	.topa_c p{float: left;font-size: 12px;color: #7f7f7f;margin-right: 9px;line-height: 16px;text-align: right;margin-top: 2px;}
	.topa_c p span{line-height: 34px;font-size: 26px;color: #f44e4e;font-family: "Arial";font-weight: 900;}

	
/*nav*/
	.daohang{width: 100%;height: 44px;}
	.nav{position: relative;}
	.nv{width: 100%;height: 66px;}
	.nv_a{height: 44px;width: 9.5%;position: relative;margin: 0 0.805%}
	.nv_a p{height: 44px;color: #4f4f4f;line-height: 44px;font-size: 16px;transition: all ease 0.1s;text-align: center;}
	.nv_a:hover p{color: #fff;background: #0c468f;}
	.nv_aa p{color: #fff;background: #0c468f;}
	.nv_b{position: absolute;top: 42px;left: 0%;z-index: 1000;width: 100%;background: #fff;}
	.nv_bb{text-align: center;color: #353535;line-height: 40px;font-size: 12px;width: 100%;transition: all ease 0.3s;}
	.nv_bb a{color: #353535;font-size: 14px;transition: all ease 0.3s;}
	.nv_bb:hover a{color: #fff;}
	.nv_bb:hover{background: #0c468f;}
	
/*banner*/
	.ban{width:100%;margin: 0 auto;overflow: hidden;height: 580px;position: relative;}
	.imgbox{ width:1920px;overflow: hidden;position: relative;left: 50%; margin-left: -960px;z-index: -1;height: 580px;}
	.imgbox img{position: absolute;left: 0;top: 0;}
	.boy{width: 1200px;margin-top: 485px;}
	.pa-a{z-index: 1000;bottom: 47px;position: absolute;left: calc(50% - 180px);}
	.pa-a li{ width:100px; height: 12px;background: #fff;float: left;margin: 0 10px;cursor: pointer;transition: all ease 0.1s;}
	.pa-a .ppp{background: #0c468f;}
	.bt-a{width: 47px;height: 109px;position: absolute;left: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.bt-b{background: url(../images/yi07.png) no-repeat;width: 47px;height: 109px;}
	.bt-b:hover{background: url(../images/yi09.png);}
	.bt-k{width: 47px;height: 109px;position: absolute;right: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.bt-f{background: url(../images/yi06.png) no-repeat;width: 47px;height: 109px;}
	.bt-f:hover{background: url(../images/yi08.png);}
	.ban_jt{position: absolute;margin-left: calc(50% - 31px);bottom: 50px;z-index: 10000;left: 50%;}
	
	.guan{position: relative;height: 54px;margin-top: -27px;}
	.guan p{color: #fff;line-height: 54px;float: left;width: 64.1666%;background: #635e60;padding-left: 22px;font-size: 14px;}
	.guan p a{color: #fff;transition: all ease 0.3s;font-size: 14px;}
	.guan p a:hover{color: #ff8d55;}
	.guan h6{float: left;width: 35.8333%;background: #0c468f;line-height: 54px;font-size: 18px;color: #fff;text-align: center;font-weight: bold;letter-spacing: 2px;}
	
/*产品中心*/
	.cpzx{margin-top: 48px;}
	.cpzx_top h6{text-align: center;font-family: "Arial";font-size: 58px;color: #ebebeb;line-height: 58px;font-weight: 800;letter-spacing: 2px;}
	.cpzx_topa{width: 100%;position: relative;margin-top: -15px;}
	.cpzx_xt{width: 29.91%;border-bottom: 1px solid #ebebeb;margin-top: 16px;}
	.cpzx_xta{width: 55px;height: 3px;background: #dddddd;}
	.cpzx_topa p{width: 40.166%;text-align: center;font-size: 34px;color: #635e60;font-weight: bold;line-height: 34px;}
	.cpzx_topa p span{color: #0c468f;}
	.cpzx_top > p{text-align: center;color: #b4b4b4;font-size: 14px;line-height: 40px;}
	.cpzxa{margin-top: 28px;}
	.cpzxa_a{width: 18.75%;background: url(../images/k6.png) center no-repeat;height: 627px; background-size:98% 100%;}
	.cpzxa_aa h6{font-family: "Arial";font-size: 24px;color: #ffffff;font-weight: 900;margin-left: 22px;margin-top: 31px;}
	.cpzxa_xt{width: 28px;height: 3px;background: #fff;margin-left: 22px;margin-top: 7px;}
	.cpzxa_ab{margin: 0 auto;margin-top: 62px;width: 81.85%;}
	.cpzxa_ab2 h3{ margin-bottom:10px; padding-bottom:10px; padding-top:10px;}
	.cpzxa_ab2 h3 a{ text-align:center; font-weight:bold; font-size:20px;}
	.cpzxa_ab2{ margin-top:16px; }
	.cpzxa_ab2 .cpzxa_p{ margin-top:0; line-height:29px;color:#fff; padding-right:10px;}
	.cpzxa_p{width: 100%;line-height: 36px;background: #0c468f;padding-left: 27px;margin-top: 12px;transition: all ease 0.3s;}
	.cpzxa_p a{color: #fff;font-size: 14px;transition: all ease 0.3s;}
	.cpzxa_p:hover{background: #ff8d55;}
	.cpzxa_p:hover a{margin-left: 10px;}
	.cpzxa_pa{background: #ff8d55;}
	.cpzxa_b{width: 78.333%;padding-top: 5px;}
	.cpzxa_ba{width: 30%;margin-bottom: 36px;}
	.cpzxa_bat{width: 100%;border: 1px solid #e5e5e5;border-bottom: 4px solid #e5e5e5;transition: all ease 0.3s;}
	.cpzxa_bat img{width: 100%; height: 209px;}
	.cpzxa_baw{width: 100%;}
	.cpzxa_baw p{overflow: hidden;line-height: 44px; text-align:center;}
	.cpzxa_baw p a{width: 100%;color: #7b7b7b;font-size: 12px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.cpzxa_more{width: 69px;height: 27px;background: #ff8d55;line-height: 27px;text-align: center;margin-top: 7px; float:left !important}
	.cpzxa_more a{color: #fff;}
	.cpzxa_zx{width: 46px;height: 27px;background: #0c468f;text-align: center;line-height: 27px;margin-left: 9px;margin-top: 7px;}
	.cpzxa_zx a{color: #fff;}
	.cpzxa_ba:hover .cpzxa_bat{border-color:#0c468f;}
	.cpzxa_ba:hover .cpzxa_baw p a{color: #0c468f;padding-left: 5px;}
	.i_cp>div:nth-of-type(2),.i_cp>div:nth-of-type(5){margin: 0 5%; }
	
/*4大理由*/
	.liyou{background: url(../images/k13.jpg) no-repeat center;width: 100%;height: 1357px;background-size: cover;margin-top: 23px;padding-top: 77px;}
	.liy_aa{}
	.liy_aa p{float: left;font-size: 14px;color: #8a8a8a;line-height: 32px;margin-left: 7px;}
	.liy_aa img{float: left;margin-left: 21px;margin-top: 15px;}
	.liy_b{width: 100%;margin-top: 26px;}
	.liy_ba{width: 16.666%;height: 276px;padding-top: 93px;background: #fff;}
	.liy_ba img{width: 72%;margin: 0 auto;}
	.liy_1{width: 43.333%;margin-left: 33px;margin-top: 45px;}
	.liy_1 img{float: left;margin-top: 12px;}
	.liy_1a{width: 82.73%;float: right;}
	.liy_1a h6{font-size: 26px;color: #fff;line-height: 50px;font-weight: bold;}
	.liy_1a p{font-size: 14px;line-height: 28px;color: #fff;}
	.liy_bt{width: 30.58%;margin-top: -105px;margin-right: -14px;}
	.liy_bt img{width: 100%;}
	.liy_c{width: 100%;}
	.liy_ct{width: 40.5833%;margin-left: -16px;margin-top: -75px;}
	.liy_ct img{width: 100%;}
	.liy_cw{margin-left: 57px;padding-top: 10px;}
	.liy_cw1 img{float: left;}
	.liy_2a{margin-left: 28px;float: left;}
	.liy_2a h6{font-size: 26px;color: #635e60;line-height: 50px;font-weight: bold;}
	.liy_2a h6 span{color: #0c468f;}
	.liy_2a p{font-size: 14px;line-height: 28px;color: #707070;}
	.liy_cw2{margin-top: 80px;}
	.liy_d{width: 100%;}
	.liy_dt{width: 28.5%;margin-top: -46px;margin-left: 270px;}
	.liy_dt img{width: 100%;}
	.liy_cw3{margin-top: 39px;}
	.liy_dw{margin-left: 79px;}
	.liy_dw img:nth-child(2){margin-top: 29px;}
	
/*成功案例*/
	.cgal{margin-top: 35px;}
	.cgala{width: 95.333%;margin: 0 auto;margin-top: 27px;}
	.cgala_a{width: 44%;overflow: hidden;}
	.cgala_x{width: 300%;}
	.cgala_aa{width: 33.333%;position: relative;}
	.cgala_at{width: 100%;overflow: hidden;}
	.cgala_at img{width: 100%;transition: all ease 0.3s;}
	.cgala_m{position: absolute;width: 100%;left: 0;bottom: 0;line-height: 34px;padding: 0 18px;background: rgba(59,59,59,0.9);transition: all ease 0.3s;}
	.cgala_m p a{color: #fff;transition: all ease 0.3s;}
	.cgala_m p:nth-child(1){width: 80%;overflow: hidden;}
	.cgala_m p:nth-child(1) a{display: block;width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.cgala_aa:hover .cgala_at img{transform: scale(1.02);}
	.cgala_aa:hover a{color: #0c468f;}
	.cgala_aa:hover .cgala_m{padding: 0 22px;}
	.cgala_b{width: 54%;}
	.cgala_ba{width: 100%;height: 126px;background: #3b3b3b;padding: 19px 0 0 59px;}
	.cgala_ba h6{width: 80%;overflow: hidden;line-height: 36px;}
	.cgala_ba h6 a{font-size: 16px;color: #fff;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cgala_xt{width: 100%;border-bottom: 1px solid rgba(235,235,235,0.5);}
	.cgala_xt1{width: 45px;height: 2px;background: rgba(221,221,221,0.5);}
	.cgala_ba p{width: 80%;overflow: hidden;line-height: 28px;}
	.cgala_ba p a{font-size: 12px;color: #fff;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cgala_baa{margin: 12px 0;}
	.cgala_bab{background: #0c468f;}
	
/*客户评价*/
	.khpj{margin-top: 37px;}
	.kpjja{width: 100%;margin-top: 28px;}
	.kpjja>div:nth-of-type(2n){ margin:0 5%;}
	.khpja_a{width: 30%;border: 1px solid #e5e5e5;padding: 38px 0;transition: all ease 0.3s;}
	.khpja_w{width: 76.95%;margin: 0 auto;}
	.khpja_a h6{line-height: 20px;width: 100%;overflow: hidden;}
	.khpja_a h6 a{font-size: 14px;color: #5b5b5b;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.khpja_a p{line-height: 21px;height: 84px;overflow: hidden;width: 100%;margin-top: 26px;}
	.khpja_a p a{color: #5b5b5b;}
	.khpj_more{width: 100%;line-height: 38px;background: #fff;margin-top: 44px;text-align: center;border-top: 1px solid #e5e5e5;transition: all ease 0.3s;}
	.khpj_more a{font-size: 14px;color: #0c468f;transition: all ease 0.3s;}
	.khpja_aa{margin: 0 5%;}
	.khpja_a:hover{border-color: #0c468f;}
	.khpja_a:hover .khpj_more{background: #0c468f;border-color: #0c468f;}
	.khpja_a:hover .khpj_more a{color: #fff;}
	.khpj_more:hover a{margin-left: 8px;}
	
/*关于科尔福*/
	.guanyu{background: url(../images/k26.jpg) no-repeat center top 121px;width: 100%;background-size: cover;margin-top: 60px;padding-bottom: 213px;}
	.guany_a{width: 46.58%;margin-top: 22px;}
	.guany_a img{width: 100%;}
	.guany_a img:nth-child(2){margin-top: 10px;}
	.guany_b{width: 45%;margin-right: 36px;}
	.guany_ba{width: 100%;}
	.guany_ba h5{text-align: right;font-family: "Arial";font-size: 58px;color: #ebebeb;line-height: 39px;font-weight: 800;letter-spacing: 2px;}
	.guany_ba h6{text-align: right;font-size: 34px;color: #635e60;font-weight: bold;line-height: 34px;position: relative;margin-top: -8px;}
	.guany_ba h6 span{color: #0c468f;}
	.guany_ba p{text-align: right;color: #b4b4b4;font-size: 14px;line-height: 40px;}
	.guany_bb{width: 100%;margin-top: 35px;}
	.guany_bb h6{text-align: right;line-height: 62px;}
	.guany_bb h6 a{font-size: 16px;color: #fff;font-weight: bold;}
	.guany_bb p{line-height: 22px;text-align: right;height: 132px;overflow: hidden;}
	.guany_bb p a{color: #fff;}
	.guany_more{width: 115px;height: 32px;margin-top: 16px;border: 1px solid #fff;text-align: center;line-height: 32px;}
	.guany_more a{font-size: 14px;color: #fff;transition: all ease 0.3s;}
	.guany_more:hover a{margin-left: 8px;}

/*客户评价*/
	.hzkh{position: relative;margin-top: -216px; top:-42px;}
	.hzkh_top{width: 100%;background: #fff;padding: 30px 0 9px 0;}
	.khpja{width: 100%;height: 234px;position: relative;padding-top: 41px;}
	.khpja_z{position: absolute;width: 20px;height: 40px;left: 23px;top: 90px;cursor: pointer;}
	.khpja_z img{width: 100%;}
	.khpja_y{position: absolute;width: 20px;height: 40px;right: 23px;top: 90px;cursor: pointer;}
	.khpja_y img{width: 100%;}
	.khpjb{width: 1056px;margin: 0 auto;overflow: hidden;}
	.khpjc{width: 10000px;}
	.khpjc_a{width: 273px;}
	.khpjc_t{width: 86.446%;border: 1px solid #e5e5e5;}
	.khpjc_t img{width: 100%;}
	.khpjc_a p{line-height: 40px;width: 100%; text-align:center;}
	.khpjc_a p a{color: #f4f4f4;}
	
/*新闻中心*/
	.xinw{margin-top: 53px;}
	.xin_chang{width: 100%;margin-top: 26px;}
	.xin{width: 70.416%;}
	.xina_p{width: 136px;height: 48px;background: #fff;border: 1px solid #e5e5e5;text-align: center;line-height: 48px;font-size: 16px;color: #626262;margin-right: 19px;cursor: pointer;}
	.xina_pa{position: relative;color: #0c468f;border-bottom: none;}
	.xinb{width: 100%;border: 1px solid #e5e5e5;padding: 32px 31px 22px 31px;margin-top: -1px;}
	.xinb_a{width: 39.22%;}
	.xinb_at{width: 100%;overflow: hidden;}
	.xinb_at img{width: 100%;transition:  all ease 0.3s;}
	.xinb_w{width: 100%;margin-top: 24px;border-bottom: 2px dashed #dddddd;pa dding-bottom: 31px;}
	.xinb_w > p{line-height: 18px;height: 54px;overflow: hidden;margin-top: 14px;}
	.xinb_w > p a{color: #919191;transition:  all ease 0.3s;}
	.xinb_wa{width: 100%;}
	.xinb_waa{width: 63px;height: 63px;background: #0c468f;padding-top: 14px;}
	.xinb_waa p{text-align: center;}
	.xinb_waa p a{color: #fff;font-size: 12px;line-height: 20px;}
	.xinb_waa p span{font-family: "Arial";font-size: 26px;font-weight: 900;}
	.xinb_wab{width: 73%;margin-left: 16px;}
	.xinb_wab h6{line-height: 30px;overflow: hidden;}
	.xinb_wab h6 a{font-size: 14px;color: #626262;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition:  all ease 0.3s;}
	.xinb_waba{width: 100%;margin-top: 6px;}
	.xinb_wabt{width: 16px;height: 16px;overflow: hidden;position: relative;}
	.xinb_wabt img{width: 100%;transition:  all ease 0.3s;}
	.xinb_waba p{float: left;margin-left: 10px;line-height: 16px;width: 80%;overflow: hidden;}
	.xinb_waba p a{color: #aeaeae;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition:  all ease 0.3s;}
	.xinb_am{width: 115px;height: 32px;border: 1px solid #0c468f;text-align: center;line-height: 32px;margin-top: 18px;}
	.xinb_am a{color: #0c468f;font-size: 14px;transition:  all ease 0.3s;}
	.xinb_am:hover a{margin-left: 8px;}
	.xinb_a:hover .xinb_at img{transform: scale(1.03);}
	.xinb_a:hover .xinb_wab h6 a{color: #0c468f;}
	.xinb_a:hover .xinb_waba p a{color: #0c468f;}
	.xinb_a:hover .xinb_w > p a{color: #0c468f}
	.xinb_a:hover .xinb_wabt img:nth-child(1){margin-top: -16px;}
	.xinc_b{width: 53.04%;}
	.xinc_ba{width: 100%;}
	.xinc_w{width: 100%;border-bottom: 2px dashed #dddddd;margin-bottom: 16px;padding: 0 3px 16px 0;}
	.xinc_wb{width: 75%;margin-left: 23px;}
	.xinc_wb h6{width: 100%;line-height: 26px;overflow: hidden;}
	.xinc_wb h6 a{color: #626262;font-weight: bold;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;transition:  all ease 0.3s;}
	.xinc_wb p{line-height: 18px;height: 36px;overflow: hidden;}
	.xinc_wb p a{color: #919191;transition:  all ease 0.3s;}
	.xinc_w:hover .xinc_wb h6 a{color: #0c468f;}
	.xinc_w:hover .xinc_wb p a{color: #0c468f;}
	.xinc_bm{width: 115px;height: 32px;border: 1px solid #0c468f;text-align: center;line-height: 32px;margin-top: 4px;}
	.xinc_bm a{color: #0c468f;font-size: 14px;transition:  all ease 0.3s;}
	.xinc_bm:hover a{margin-left: 8px;}
	
	.chang{width: 27%;margin-right: 4px;}
	.changa{position: relative;}
	.changa p{width: 136px;height: 48px;background: #fff;border: 1px solid #e5e5e5;text-align: center;line-height: 48px;font-size: 16px;color: #0c468f;border-bottom: none;}
	.cj{border: 1px solid #e5e5e5;padding-bottom: 22px;margin-top: -1px;}
	.cja{width: 82.4%;margin: 0 auto;margin-top: 34px;}
	.changj_b1{height: 372px;overflow: hidden;width: 100%;}
	.changj_wd{width: 100%;border-bottom: 1px dashed #dbdbdb;padding: 0 16px 16px 16px;margin-top: 16px;}
	.changj_w{width: 100%;}
	.changj_w img{float: left;}
	.changj_w p{float: left;width: 82%;line-height: 22px;margin-left: 16px;}
	.changj_w p a{width: 100%;overflow: hidden;display: block;text-overflow: ellipsis;white-space: nowrap;color: #626262;font-weight: bold;}
	.changj_d{width: 100%;margin-top: 13px;}
	.changj_d img{float: left;padding-top: 3.5px;}
	.changj_d p{float: left;width: 82%;line-height: 18px;margin-left: 16px;height: 53px;overflow: hidden;}
	.changj_d p a{color: #919191;}
	.changj_wd:hover a{color: #0c468f;}
	.chang_more{width: 115px;height: 32px;border: 1px solid #0c468f;text-align: center;line-height: 32px;margin-top: 18px;margin-right: 8.78%;}
	.chang_more a{color: #0c468f;font-size: 14px;transition:  all ease 0.3s;}
	.chang_more:hover a{margin-left: 8px;}
	
/*咨询热线*/
	.zxrx{background: url(../images/k38.jpg) no-repeat center;margin-top: 77px;background-size: cover;width: 100%;height: 218px;}
	.zxrx_a{margin-top: 54px;margin-left: 62px;}
	.zxrx_a p{color: #fff;font-size: 14px;line-height: 28px;}
	.zxrx_aa{width: 143px;height: 36px;line-height: 36px;text-align: center;background: #fff;margin-top: 23px;}
	.zxrx_aa a{color: #0c468f;font-size: 16px;font-weight: bold;}
	.zxrx_b{margin-top: 65px;margin-left: 173px;}
	.zxrx_b p{font-size: 28px;color: #fff;line-height: 62px;letter-spacing: 2px;font-weight: bold;}
	.zxrx_c{margin-right: 32px;margin-top: 53px;}
	.zxrx_c p{font-size: 16px;line-height: 36px;letter-spacing: 2px;color: #fff;text-align: right;}
	
/*联系我们*/
	.lianx{margin-top: 63px;}
	.lianxa{width: 32.833%;background: #0c468f;padding: 34px 0 39px 37px;position: relative;z-index: 5;margin-top: 60px;}
	.lianxa h5{font-size: 24px;color: #fff;letter-spacing: 2px;line-height: 38px;}
	.lianxa h6{font-size: 18px;color: #fff;font-weight: bold;line-height: 32px;}
	.lianxa h4{font-size: 26px;color: #fff;font-weight: bold;line-height: 36px;}
	.lianxa > p{font-size: 14px;color: #fff;line-height: 18px;margin-top: 25px;}
	.lianxa_a{margin-top: 12px}
	.lianxa_a img{float: left;}
	.lianxa_a p{line-height: 20px;margin-left: 13px;font-size: 14px;color: #fff;float: left;}
	.lianxb{width: 77.4166%;margin-left: -124px;}
	.lianxb > h6{text-align: right;font-family: "Arial";font-size: 58px;color: #ebebeb;line-height: 39px;font-weight: 800;letter-spacing: 2px;margin-right: 50px;}
	.lianxi{width: 100%;border: 1px solid #e5e5e5;background: #fff;position: relative;z-index: 4;margin-top: -11px;padding-bottom: 38px;}
	.lianxia{width: 75.02%;margin-right: 49px;}
	.lianxia h6{font-size: 24px;color: #635e60;line-height: 62px;font-weight: bold;text-align: right;}
	.lianxia h6 span{color: #0c468f;}
	.chenghu{width: 100%;margin-top: 22px;}
	.chenghu input{width: 44.619%;line-height: 46px;height: 46px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 5px;}
	.xuqiu{width: 100%;margin-top: 27px;}
	.xuqiu textarea{width: 100%;height: 143px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 17px;line-height: 28px;}
	.yazm{width: 100%;margin-top: 23px;}
	.ma{width: 224px;height: 46px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 5px;}
	.yazm_a{width: 128px;height: 46px;background: #a1a1a1;}
	.yazm_a img{display: table;margin: 0 auto;cursor: pointer;}
	.chongz{width: 126px;height: 46px;line-height: 46px;background: #c3c3c3;text-align: center;color: #fff;font-size: 14px;margin-left: 19px;border: none;cursor: pointer;}
	.tij{width: 126px;height: 46px;line-height: 46px;background: #c3c3c3;text-align: center;color: #fff;font-size: 14px;margin-left: 19px;border: none;cursor: pointer;}
	#bianse{background: #ff8d55;}
	.chongz:hover{background: #ff8d55;}
	
/*页脚*/
	.yejiao{width: 100%;background: #434343;padding-bottom: 43px;margin-top: 0;}
	.yja{margin-top: 49px;margin-left: 54px;}
	.yja_a{margin-top: 11px;margin-left: 22px;cursor: pointer;position: relative; border:1px solid #999; border-radius:50%;}
	.ewm{position: absolute;top: -46px;left: 50px;opacity: 0;transition: all ease 0.3s;}
	.yja_a:hover .ewm{opacity: 1;}
	.yja > p{font-size: 14px;color: #bbbbbb;margin-top: 29px;line-height: 14px;}
	.yja_c{margin-top: 10px;}
	.yja_c img{float: left;}
	.yja_c p{float: left;margin-left: 15px;color: #bbbbbb;font-size: 14px;}
	.yjb{width: 51.16%;margin-top: 40px;}
	.yjb_a{width: 16.612%;}
	.yjb_a h6{line-height: 48px;}
	.yjb_a h6 a{font-size: 14px;color: #fff;font-weight: bold;}
	.yj_xta{width: 21px;height: 1px;background: #0c468f;}
	.yj_xt{width: 100%;border-bottom: 1px solid #fff;margin-bottom: 15px;}
	.yjb_a p{line-height: 28px;}
	.yjb_a p a{font-size: 12px;color: #bbbbbb;transition: all ease 0.3s;}
	.yjb_a p a:hover{color: #fff;}
	.yjb_ab{margin-right: 62px;}
	.banq{height: 50px;line-height: 50px;background: #343434;}
	.banq p{font-size: 14px;color: #a3a3a3;text-align: center;}
	.banq p a{color: #a3a3a3;font-size: 14px;transition: all ease 0.3s;}
	.banq p a:hover{color: #0c468f;}
	.youl p{line-height: 24px;color: #393939;}
	.youl p a{color: #393939;}
	
	
/*添加的漂浮QQ*/
	.dong{ width:50px; position: fixed; right: 0; top: 50%; margin-top: -115px;}
	.sahng{ width:100%;}
	.xain{ width: 100%; height: 50px;background: url(../images/zxkf.gif) no-repeat center; background-color: #0c468f; position: relative; margin: 10px 0; cursor: pointer;}
	.danpo{ width:100%; height: 50px; background-color: #0c468f; position: absolute; top: 0; left: 0;}
	.danpo p{text-align: center; line-height: 16px; color: #fff; padding-top: 10px;}
	.dhaun{ width:320px; position: absolute;top: -20px; left: -310px;}
	.dinr{ width:300px;border-top: solid 4px #0c468f;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc;}
	.weiya{ width:100%; border-bottom: solid 1px #ccc;}
	.weiya img{ float:left; padding: 10px;}
	.weiya .yumin{ float:left; padding: 10px;}
	.yumin span{ font-size: 16px;color: #0c468f;}
	.yumin p{color: #ccc;}
	.botre{ width:100%; padding: 20px;}
	.kehug p{ float:left;}
	.kehug p a{color: #828282;}
	.kehug img{ float:left;}
	.jieh{ color: #828282; font-size: 14px; font-weight: bold; line-height: 30px;}
	.kehug{ line-height: 26px;}

	.daoma{ width:100%; height: 50px; border: solid 1px #ccc; background: url(../images/217.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer;}
	.zung{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.zung p{ text-align: center; line-height: 16px; color: #0c468f; padding-top: 10px;}
	.loainj{ width:320px; position: absolute;top: -20px; left: -310px;}
	.dingw{ width:300px; border-top: solid 4px #0c468f;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 10px;}
	.dingw img{ float:left; padding: 10px;}
	.dingw .xiaw{ float:left; padding: 10px;}
	.xiaw span{ font-size:20px; color: #828282; font-weight: bold;}
	.xiaw p{ color: #939393; font-size: 14px; line-height: 22px;}
	
	.topb{ width:100%;height: 50px; border: solid 1px #ccc; background: url(../images/218.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer}
	.libai{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.libai p{text-align: center; line-height: 16px; color: #0c468f; padding-top: 10px;}
	.yeya{width:200px; position: absolute;top: -20px; left: -190px; }
	.weic{ width:180px; border-top: solid 4px #0c468f;background-color: #fff;border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 20px;}
	.rin{ width:100%;}
	.rin img{width: 100%;}
	.weic p{text-align: center;line-height: 30px;}
	
	.fanh{ width:100%;height: 50px;line-height: 16px;text-align: center;color: #fff;background-color:#0c468f;cursor: pointer;}
	.fanh p{padding-top: 10px;color: #fff;}
	
/*产品列表页*/
	.neiban{width: 100%;}
	.neiban img{width: 1920px;position: relative;left: 50%;margin-left: -960px;}
	.neiguan{width: 100%;background: #ebebeb;}
	.neiguan p{text-align: right;padding-right: 22px;color: #636363;line-height: 30px;}
	.neiguan p a{color: #636363;transition: all ease 0.3s;}
	.neiguan p a:hover{color: #ff8d55;}
	
	.chanlie{margin-bottom: 46px;}
	.cplz{width: 18.666%;position: relative;margin-top: -60px;}
	.cplza{width: 100%;}
	.cplza_a{width: 100%;background: #0c468f url(../images/k68.png) no-repeat right 0 top 0;padding: 14px 0 20px 23px;}
	.cplza_a h1{color: #fff;font-size: 24px;font-family: "Arial";line-height: 34px;font-weight: 900;}
	.cplza_a h6{color: #fff;font-size: 24px;font-family: "Arial";line-height: 34px;font-weight: 900;}
	.cplza_a p{font-size: 18px;line-height: 28px;color: #fff;font-weight: bold;letter-spacing: 2px;}
	.cplza_xt{width: 28px;height: 3px;background: #27c4bd;margin-top: 8px;}
	.cplza_b{width: 100%;background: #635e60;padding: 3.75% 0;}
	.cplza_ba{width: 92.85%;margin: 0 auto;background: #fff;}
	.cplza_baa{width: 88.94%;margin: 0 auto;padding-top: 19px;}
	.cplza_h{width: 100%;background: #0c468f;line-height: 35px;color: #fff;font-size: 14px;padding-left: 27px;margin-top: 13px;transition: all ease 0.3s;}
	.cplza_h a{color: #fff;font-size: 14px;}
	.cplza_h:hover{background: #ff8d55;}
	.cplza_ha{background: #ff8d55;}
	.cplza_bp{width: 85%;overflow: hidden;margin-left: 15%;margin-top: 5px;}
	.cplza_bp p{line-height: 28px;margin-left: -8px;transition: all ease 0.3s;}
	.cplza_bp p a{color: #636363;transition: all ease 0.3s;}
	.cplza_bp p:hover{margin-left: 5px;}
	.cplza_bp p:hover a{color: #ff8d55;}
	#cplza_bpa{margin-left: 5px;}
	#cplza_bpa a{color: #ff8d55;}
	.cplza_t{display: table;margin: 0 auto;margin-top: 31px;}
	.cplzb{width: 100%;margin-top: 38px;}
	.cplzb_a{width: 100%;padding-bottom: 8px;border-bottom: 2px dashed #d7d7d7;margin-top: 10px;}
	.cplzb_a h6{line-height: 18px;}
	.cplzb_a h6 a{font-size: 12px;color: #c0c0c0;transition: all ease 0.3s;}
	.cplzb_a p{line-height: 18px;width: 100%;overflow: hidden;}
	.cplzb_a p a{font-size: 12px;color: #626262;transition: all ease 0.3s;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cplzb_a:hover a{color: #0c468f;}
	.cplzc{width: 100%;background: url(../images/k70.jpg) no-repeat center;background-size: 100%;height: 251px;margin-top: 41px;padding-top: 18px;}
	.cplzc p{font-size: 12px;color: #fff;line-height: 24px;margin-left: 9.15%;}
	.cplzc h5{width: 81.69%;margin: 0 auto;line-height: 29px;background: #0c468f;text-align: center;font-weight: 900;font-size: 20px;font-family: "Arial";color: #fff;}
	.cplzc h6{font-size: 16px;color: #fff;line-height: 20px;margin-top: 39px;margin-left: 97px;}
	
	.cply{width: 77.5%;margin-top: 20px;}
	.mbx{width: 100%;border-bottom: 1px solid #ebebeb;}
	.mbx h6{float: left;font-size: 14px;color: #636363;line-height: 32px;border-bottom: 2px solid #dddddd;}
	.mbx p{float: left;line-height: 32px;margin-left: 35px;}
	.mbx p a{font-size: 12px;color: #989898;transition: all ease 0.3s;}
	.mbx p a:hover{color: #0c468f;}
	.cplya{width: 96.77%;margin: 0 auto;padding-top: 32px;}
	.cplya_a{width: 100%;background: #fff;padding: 45px 35px;border-bottom: 2px dashed #d7d7d7;transition: all ease 0.3s;}
	.cplya_a:hover{background: #f6f6f6;}
	.cplya_t{width: 34.26%;border: 1px solid #e5e5e5;border-bottom: 4px solid #e5e5e5;}
	.cplya_t img{width: 100%;}
	.cplya_w{width: 61.28%;}
	.cplya_w h6{line-height: 24px;border-left: 3px solid #dddddd;padding-left: 17px;width: 100%;margin-top: 13px;overflow: hidden;}
	.cplya_w h6 a{font-size: 16px;color: #272727;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cplya_w p:nth-child(2){float: left;margin-left: 22px;}
	.cplya_w p:nth-child(3){float: right;margin-right: 30px;}
	.cplya_w p{line-height: 24px;margin-top: 23px;height: 96px;overflow: hidden;}
	.cplya_w p a{font-size: 12px;color: #7b7b7b;}
	.cplya_wa{width: 100%;margin-top: 31px;}
	.cplya_zx{width: 47px;height: 27px;background: #0c468f;line-height: 27px;text-align: center;margin-left: 9px;}
	.cplya_zx a{font-size: 12px;color: #fff;}
	.cplya_mo{width: 69px;height: 27px;background: #ff8d55;line-height: 27px;text-align: center;}
	.cplya_mo a{font-size: 12px;color: #fff;}
	.yema{margin-top: 30px;}
	.syy{width: 54px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 5px;transition: all ease 0.3s;}
	.syy a{font-size: 14px;color: #7b7b7b;transition: all ease 0.3s;}
	
	
	.tjzx{width: 96.77%;margin: 0 auto;margin-top: 31px;}
	.tjzxa{width: 100%;}
	.tjzxa p{font-size: 16px;color: #0c468f;width: 136px;height: 49px;line-height: 49px;text-align: center;border: 1px solid #e5e5e5;box-shadow: 4px -2px 0px 1px #0c468f;border-bottom: none;float: left;background: #fff;position: relative;z-index: 2;}
	.tjzxa h6{float: right;font-size: 58px;line-height: 33px;color: #ebebeb;font-weight: 900;font-family: "Arial";margin-top: 16px;margin-right: 46px;}
	.tjzxb{width: 100%;border: 1px solid #e5e5e5;margin-top: -1px;position: relative;background: #fff;padding: 5px 0 30px 0; overflow:hidden;}
	.tjzxb_a{width: 43.7%;border-bottom: 2px dashed #dddddd;margin: 0 3.15%;margin-top: 14px;padding-left: 5px;}
	.tjzxb_a h6{line-height: 36px;float: left;}
	.tjzxb_a h6 a{color: #626262;background: url(../images/k71.png) no-repeat left 0 top 7px;padding-left: 16px;transition: all ease 0.3s;}
	.tjzxb_a p{width: 62%;line-height: 36px;float: left;margin-left: 35px;overflow: hidden;}
	.tjzxb_a p a{color: #626262;width: 100%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.tjzxb_a:hover a{color: #0c468f;margin-left: 5px;}
	
	.cpl_lx{width: 96.77%;margin: 0 auto;margin-top: 48px;}
	.nlianxa{width: 43.666%;background: #0c468f;padding: 24px 0 22px 37px;position: relative;margin-top: 43px;}
	.nlianxa h6{font-size: 18px;color: #fff;font-weight: bold;line-height: 32px;}
	.nlianxa h4{font-size: 18px;color: #fff;font-weight: bold;line-height: 32px;}
	.nlianxa h5{font-size: 26px;color: #fff;font-weight: bold;line-height: 36px;}
	.nlianxa > p{font-size: 14px;color: #fff;line-height: 18px;margin-top: 25px;}
	.nlianxa_a{margin-top: 12px}
	.nlianxa_a img{float: left;}
	.nlianxa_a p{line-height: 20px;margin-left: 13px;font-size: 14px;color: #fff;float: left;}
	.nlianxb{width: 100%;margin-left: -124px;}
	.nlianxb > h6{text-align: right;font-family: "Arial";font-size: 58px;color: #ebebeb;line-height: 39px;font-weight: 800;letter-spacing: 2px;margin-right: 43px;}
	.nlianxi{width: 100%;border: 1px solid #e5e5e5;background: #fff;position: relative;z-index: 4;margin-top: -11px;padding-bottom: 38px;}
	.nlianxia{width: 48.555%;margin-right: 30px;}
	.nlianxia h6{font-size: 24px;color: #635e60;line-height: 62px;font-weight: bold;text-align: right;}
	.nlianxia h6 span{color: #0c468f;}
	.nchenghu{width: 100%;margin-top: 22px;}
	.nchenghu input{width: 44.619%;line-height: 46px;height: 46px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 5px;}
	.nxuqiu{width: 100%;margin-top: 27px;}
	.nxuqiu textarea{width: 100%;height: 100px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 17px;line-height: 28px;}
	.nyazm{width: 100%;margin-top: 23px;}
	.nma{width: 35.24%;height: 46px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 5px;}
	.nyazm_a{width: 128px;height: 46px;background: #a1a1a1;}
	.nyazm_a img{display: table;margin: 0 auto;cursor: pointer;}
	.ntij{width: 126px;height: 46px;line-height: 46px;background: #c3c3c3;text-align: center;color: #fff;font-size: 14px;margin-left: 19px;border: none;cursor: pointer;}
	#nbianse{background: #ff8d55;}
	.nchongz:hover{background: #ff8d55;}
	
/*产品内页*/
	.cpn{width: 96.77%;margin: 0 auto;margin-top: 32px;}
	.cpna{width: 100%;background: #f6f6f6;padding: 35px;}
	.cpna_t{width: 43.4%;border: 1px solid #e5e5e5;border-bottom: 3px solid #dedddd;}
	.cpna_t img{width: 100%;}
	.cpna_w{width: 50.06%;position: relative;}
	.cpna_w > h1{width: 100%;line-height: 24px;color: #0c468f;font-size: 16px;border-left: 3px solid #dddddd;padding-left: 16px;margin-top: 2px;font-weight: bold;}
	.cpna_w p{line-height: 22px;color: #7b7b7b;font-size: 12px;margin-top: 13px;margin-left: 19px; min-height:132px;}
	.cpna_zx{width: 56px;height: 27px;background: #0c468f;line-height: 27px;color: #fff;text-align: center;margin-top: -21px;}
	.cpna_dh{width: 100%;}
	.cpna_dh h1{text-align: center;width: 160px;height: 27px;background: #ff8d55;line-height: 27px;font-size: 16px;font-family: "Arial";font-weight: 900;color: #fff;float: right;}
	.cpna_dh .h{text-align: center;width: 160px;height: 27px;background: #ff8d55;line-height: 27px;font-size: 16px;font-family: "Arial";font-weight: 900;color: #fff;float: right;}
	.cpna_dh .h a{ display:block; font-size:16px; font-weight:900; color:#fff;}
	.cpnb{width: 100%;}
	.cpnb_a{width: 96.777%;margin: 0 auto;border-bottom: 2px dashed #dddddd;padding-bottom: 68px; min-height:230px;}
	.cpnb_top{width: 100%;border-bottom: 1px solid #ebebeb;margin-top: 24px;}
	.cpnb_top p{font-size: 14px;color: #0c468f;line-height: 32px;border-bottom: 3px solid #0c468f;display: inline-block;}
	.cpnb_at{width: 100%;margin-top: 27px; color:#7b7b7b; line-height:26px; font-size:14px;}
	.cpnb_at img{float: left;border: 1px solid #e5e5e5;border-bottom: 3px solid #dedddd;}
	.cpnb_at1{margin: 0 1.445%;}
	.cpnb_aw{width: 100%;margin-top: 22px;}
	.cpnb_aw h1{font-size: 14px;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 17px;}
	.cpnb_aw p{line-height: 24px;color: #4d4d4d;margin-left: 20px;margin-top: 16px;}
	.cpnb_ab{width: 100%;margin-top: 36px;}
	.cpnb_ab h1{font-size: 14px;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 17px;margin-bottom: -5px;}
	.cpnb_ab1{width: 50%;margin-top: 36px;}
	.cpnb_ab1 img{float: left;width: 37.7%;}
	.cpnb_ab1 p{float: left;width: 50.5%;background: url(../images/k71.png) no-repeat left 0 top 0;line-height: 20px;color: #646464;margin-left: 21px;margin-top: 11px;padding-top: 13px;}
	.cpnb_ac{width: 100%;background: #f6f6f6;margin-top: 32px;padding: 19px 0 23px 71px;}
	.cpnb_ac p{line-height: 24px;color: #646464;background: url(../images/k71.png) no-repeat top 12px left 0;padding-left: 13px;}
	.cpnb_bg{width: 100%;margin-top: 29px;}
	.cpnb_bg h1{font-size: 14px;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 17px;margin-bottom: -5px;}
	table{width: 100%;margin-top: 27px;}
	.table1{display: none;}
	.tr1{width: 100%;background: #a1a1a1;}
	.tr1 td{height: 52px;color: #fff;text-align: center;}
	.td1{width: 10.22%;border-right: 4px solid #fff;}
	.td2{width: 13.33%;border-right: 4px solid #fff;}
	.td3{width: 8.222%;border-right: 4px solid #fff;}
	.tr2{background: #f6f6f6;}
	.tr2 td{height: 34px;text-align: center;color: #646464;border-top: 4px solid #fff;}
	.tr3{background: #e6f3f2;}
	.tr3 td{height: 34px;text-align: center;color: #646464;border-top: 4px solid #fff;}
	.fhlb{width: 126px;height: 46px;background: #ff8d55;text-align: center;line-height: 46px;margin-right: 1.6115%;margin-top: -23px;margin-bottom: 9px;}
	.fhlb a{color: #fff;font-size: 14px;transition: all ease 0.3s;}
	.fhlb:hover a{margin-left: 8px;}
	.silie h1{margin-bottom: 13px;}
	.silie .cpnb_ab1{width: 23%;margin: 1% 1%;}
	.silie .cpnb_ab1 img{float: none;width: 100%;}
	.silie .cpnb_ab1 p{float: none;width: 100%;padding-top: 0;margin-left: 0;padding-left: 12px;background: url(../images/k71.png) no-repeat left 0 top 10px;line-height: 25px;height: 50px;}
	
/*成功案例列表页*/
	.all{width: 96.77%;margin: 0 auto;padding-top: 27px;}
	.alla_a{width: 100%;background: #fff;padding: 35px;transition: all ease 0.3s;margin: 5px 0;}
	.alla_a:hover{background: #f6f6f6;}
	.alla_t{width: 40%;}
	.alla_t img{width: 100%;}
	.alla_w{width: 41.50%;margin-top: 14px;}
	.alla_w h6{line-height: 24px;border-left: 3px solid #dddddd;padding-left: 17px;width: 100%;overflow: hidden;}
	.alla_w h6 a{font-size: 16px;color: #272727;display: block;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
	.alla_w p{line-height: 24px;margin-top: 23px;height: 72px;overflow: hidden;}
	.alla_w p a{font-size: 12px;color: #7b7b7b;}
	.alla_wa{width: 100%;margin-top: 54px;}
	.alla_zx{width: 47px;height: 27px;background: #0c468f;line-height: 27px;text-align: center;margin-left: 9px;}
	.alla_zx a{font-size: 12px;color: #fff;}
	.alla_mo{width: 69px;height: 27px;background: #ff8d55;line-height: 27px;text-align: center;}
	.alla_mo a{font-size: 12px;color: #fff;}
	
/*案例内页*/
	.aln{width: 96.77%;margin: 0 auto;margin-top: 32px;}
	.alna{width: 100%;background: #f6f6f6;padding: 35px;}
	.alna_t{width: 53.16%;}
	.alna_t img{width: 100%;}
	.alna_w{width: 41.78%;position: relative;}
	.alna_w > h1{width: 100%;line-height: 24px;color: #444444;font-size: 16px;border-left: 3px solid #dddddd;padding-left: 16px;margin-top: 14px;}
	.alna_w p{line-height: 24px;color: #7b7b7b;font-size: 12px;margin-top: 13px;margin-left: 19px;height: 96px;}
	.alna_zx{width: 56px;height: 27px;background: #0c468f;line-height: 27px;color: #fff;text-align: center;margin-top: 15px;}
	.alna_dh{width: 100%;}
	.alna_dh h1{text-align: center;width: 160px;height: 27px;background: #ff8d55;line-height: 27px;font-size: 16px;font-family: "Arial";font-weight: 900;color: #fff;float: right;}
	.alnb{width: 100%;padding-bottom: 51px;border-bottom: 2px dashed #dddddd;}
	.alnb_top{width: 100%;border-bottom: 1px solid #ebebeb;margin-top: 21px;}
	.alnb_top p{font-size: 14px;color: #0c468f;line-height: 32px;border-bottom: 3px solid #0c468f;display: inline-block;}
	.alnb_a{width: 95.777%;margin: 0 auto;margin-top: 30px;}
	.alnb_a h1{font-size: 14px;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 20px;}
	.alnb_a p{font-size: 12px;color: #4d4d4d;line-height: 24px;margin-top: 16px;width: 100%;padding-left: 20px;}
	.alnb_a img{display: table;margin: 0 auto;margin-top: 30px;}
	.fhlba{margin-right: 0;}
	
/*评价列表页*/
	.pjl{width: 96.77%;margin: 0 auto;margin-top: 36px;}
	.pjla{width: 100%;background: #fff;padding: 31px 42px 34px 42px;border-bottom: 2px dashed #d7d7d7;transition: all ease 0.3s;}
	.pjla_a{width: 81.69%;}
	.pjla_a h6{line-height: 24px;border-left: 3px solid #dddddd;padding-left: 20px;width: 100%;overflow: hidden;}
	.pjla_a h6 a{font-size: 16px;color: #272727;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjla_a p{line-height: 24px;height: 48px;overflow: hidden;margin-top: 13px;margin-left: 20px;width: 100%;}
	.pjla_a p a{color: #7b7b7b;}
	.pjla_more{width: 69px;height: 27px;line-height: 27px;text-align: center;background: #ff8d55;margin-top: 32px;}
	.pjla_more a{color: #fff;transition: all ease 0.3s;}
	.pjla:hover{background: #f6f6f6;}
	.pjla_more:hover a{margin-left: 8px;}
	
/*合作伙伴*/
	.hzhb{width: 96.77%;margin: 0 auto;}
	.hzhba{width: 100%;border-bottom: 2px dashed #dddddd;padding: 45px 59px 31px 44px}
	.hzhba_a{width: 41.157%;}
	.hzhba_a img{width: 100%;border: 1px solid #e5e5e5;}
	.hzhba_a h6{font-size: 16px;color: #272727;line-height: 24px;border-left: 3px solid #dddddd;padding-left: 20px;margin-left: 5px;margin-top: 16px;}
	.hzhba_a p{font-size: 12px;color: #7b7b7b;line-height: 22px;margin-left: 5px;margin-top: 12px;}
	
/*新闻列表页*/
	.xwl{width: 96.77%;margin: 0 auto;margin-top: 36px;}
	.xwla{width: 100%;background: #fff;padding: 41px 26px 45px 31px;border-bottom: 2px dashed #d7d7d7;transition: all ease 0.3s;}
	.xwla_a{width: 69.44%;margin-left: 28px;}
	.xwla_a h6{line-height: 22px;width: 100%;overflow: hidden;}
	.xwla_a h6 a{font-size: 14px;color: #626262;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
	.xwla_a p{line-height: 18px;height: 36px;overflow: hidden;margin-top: 7px;width: 100%;}
	.xwla_a p a{color: #7b7b7b;}
	.xwla_more{width: 69px;height: 27px;line-height: 27px;text-align: center;background: #ff8d55;margin-top: 18px;}
	.xwla_more a{color: #fff;transition: all ease 0.3s;}
	.xwla:hover{background: #f6f6f6;}
	.xwla_more:hover a{margin-left: 8px;}
	.xwla_rq{width: 63px;height: 63px;background: #0c468f;padding-top: 14px;}
	.xwla_rq p{text-align: center;line-height: 16px;}
	.xwla_rq p a{color: #fff;}
	.xwla_rq p span{font-family: "Arial";font-size: 26px;font-weight: 900;}
	
	
/*新闻内页*/
	.xwn{width: 96.77%;margin: 0 auto;margin-top: 36px;}
	.xwna{width: 100%;}
	.xwna h1{font-size: 18px;color: #626262;line-height: 56px;border-bottom: 2px dashed #d7d7d7;text-align: center;}
	.xwna p{text-align: center;font-size: 12px;color: #7b7b7b;line-height: 36px;}
	.xwnb{width: 96.666%;margin: 0 auto;margin-top: 22px;border-bottom: 2px dashed #d7d7d7;padding-bottom: 46px;}
	.xwnb div{font-size: 14px;color: #7b7b7b;line-height: 26px;}
	.xwnb div a{font-size: 14px;color: #7b7b7b;transition: all ease 0.3s;}
	.xwnb div a:hover{color: #0c468f;}
	.xwnb img{display: table;margin: 20px auto;}
	.at_key{ margin-top:30px; color:#000 !important; }
	.at_key a{  font-weight:normal !important; color:#332d2d !important; font-size:14px;}
	.at_key p{ line-height:26px; }
	
/*关于科尔福*/
	.gyn{width: 96.77%;margin: 0 auto;margin-top: 45px;border-bottom: 2px dashed #dddddd;padding-bottom: 58px;margin-bottom: 68px;}
	.gyna h6{width: 100%;font-size: 18px;color: #0c468f;line-height: 56px;border-bottom: 2px solid #dddddd;}
	.gynb{width: 95.333%;margin: 0 auto;margin-top: 31px;}
	.gynb div{font-size: 14px;color: #7b7b7b;line-height: 26px;}
	.gynb div span{font-weight: bold;}
	.gynb img{width: 97.666%;margin: 0 auto;margin-top: 33px;}
	.gync{width: 90.888%;margin: 0 auto;margin-top: 67px;}
	.gync>p:nth-child(1){background: url(../images/k100.png) no-repeat;width: 175px;height: 175px;text-align: center;padding-top: 110px;float: left;}
	.gync>p:nth-child(2){background: url(../images/k101.png) no-repeat;width: 175px;height: 175px;text-align: center;padding-top: 110px;float: left;margin: 0 134px;}
	.gync>p:nth-child(3){background: url(../images/k102.png) no-repeat;width: 175px;height: 175px;text-align: center;padding-top: 110px;float: left;}
	.gync>p a{font-size: 18px;color: #343434;}
	
/*科尔福优势*/
	.kys{width: 96.77%;margin: 0 auto;margin-top: 60px;border-bottom: 2px dashed #dddddd;padding-bottom: 58px;margin-bottom: 68px;}
	.kysa{width: 96.58%;margin: 0 auto;}
	.kysa > img{width: 100%;}
	.kysa_a{margin-top: 5px;}
	.kysb_aa{margin-left: 50px;}
	.kysa_a p{float: left;font-size: 14px;color: #8a8a8a;line-height: 24px;margin-left: 5px;}
	.kysa_a img{float: left;margin-left: 21px;margin-top: 12px;}
	.kysb{width: 96.58%;margin: 0 auto;margin-top: 45px;}
	.kysb > img{width: 100%;}
	.kysb_a{width: 100%;margin-top: 34px;}
	.kysb_a img{float: left;}
	.kysb_w{margin-left: 33px;}
	.kysb_w h6{font-size: 22px;color: #585858;font-weight: bold;line-height: 32px;}
	.kysb_w h6 span{color: #0c468f;}
	.kysb_w p{font-size: 14px;color: #7b7b7b;line-height: 28px;margin-top: 7px;}
	.kysc{width: 93%;margin-top: 10px;}
	.kysc > img{width: 100%;}
	#beit{background: url(../images/k111.png) no-repeat center;background-size: 100% 100%;}
	
/*科尔福文化*/
	.kwh{width: 96.77%;margin: 0 auto;margin-top: 60px;border-bottom: 2px dashed #dddddd;padding-bottom: 58px;margin-bottom: 68px;}
	.kwha{width: 96.58%;margin: 0 auto;}
	.kwha_a h6{font-family: "Arial";font-size: 80px;color: #dfdfdf;font-weight: 900;letter-spacing: 3px;float: left;line-height: 50px;}
	.kwha_a img{float: left;margin-left: 31px;margin-top: 25px;}
	.kwha_b p{font-size: 45px;color: #635e60;font-weight: bold;letter-spacing: 1px;float: left;line-height: 45px;margin-top: -8px;margin-left: 4px;}
	.kwha_b p span{color: #0c468f;}
	.kwha_b img{float: left;margin-left: 31px;margin-top: 30px;}
	.kwhb{width: 96.58%;margin: 0 auto;}
	.kwhb_a{width: 50%;margin: 50px 0;padding-left: 8px;}
	.kwhb_a img{float: left;}
	.kwhb_w{margin-left: 35px;}
	.kwhb_w h6{font-size: 22px;color: #585858;font-weight: bold;line-height: 32px;}
	.kwhb_w p{font-size: 14px;color: #7b7b7b;line-height: 42px;}
	#beit1{background: url(../images/k100.png) no-repeat center;background-size: 100% 100%;}
	
/*人力资源*/
	#beit2{background: url(../images/k101.png) no-repeat center;background-size: 100% 100%;}
	.kzy{width: 96.77%;margin: 0 auto;margin-top: 57px;border-bottom: 2px dashed #dddddd;padding-bottom: 58px;margin-bottom: 68px;}
	.kzya{width: 93.48%;margin: 0 auto;}
	.kzya img{width: 100%;}
	.zpxx_b{width: 90.9%;margin: 0 auto;margin-top: 55px;}
	.zpxx_ba2{background: #a9a9a9 url(../images/cgy35.png) no-repeat;background-position: right 20px bottom 20px;line-height: 55px;color: #fff;font-size: 14px;font-weight: bold;padding-left: 23px;cursor: pointer;margin-top: 3px;}
	.zpxx_bb{margin: 22px 23px 30px 23px;}
	.zpxx_bb p{line-height: 25px;color: #253547;}
	.zpxx_bb p span{font-size: 14px;}
	.zpxx_ba3{background: #ff8d55 url(../images/cgy34.png) no-repeat;background-position: right 20px bottom 20px;}
	
/*联系我们*/
	.klx{width: 96.77%;margin: 0 auto;margin-top: 57px;border-bottom: 2px dashed #dddddd;padding: 0 3.1%;padding-bottom: 58px;margin-bottom: 68px;}
	.lxds_dt{width: 100%;margin-top: 60px;}
	.klxx{width: 100%;margin-top: 71px;}
	.klxa .nlianxi{padding: 0 50px 42px 50px;}
	.klxa h1{text-align: left;margin-left: 9px;}
	.klxa h6{text-align: left;margin-left: 9px;}
	.klxa .nlianxia{width: 51.34%;}
	.klxa .nma{width: 70%;}
	.klxa .nyazm_a{width: 30%;}
	.klxa .nchenghu{margin-top: 0;}
	.klxa .nchenghu input{width: 100%;margin-bottom: 24px;}
	.klxa .nxuqiu{width: 100%;margin-bottom: 25px;margin-top: 0;}
	.klxa .klxa_a{margin-top: 32px;}
	.klxa .nlianxa{width: 53%;margin-right: -10%;margin-top: 61px;}
	.klxa .nlianxa h5{font-size: 24px;color: #fff;line-height: 30px;}
	.klxa .nlianxa h4{margin-left: 0;}
	
	
	.jiegou{width: 68%;margin: 0 auto;}
	.jiegou img{width: 100%;}
	.lx_wz{ color:#7b7b7b !important; font-size:14px !important; line-height:26px !important;}
	
	/*网站地图*/
	.wzdt{width: 1200px;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 1144px;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	
	/*404*/
	.fzfbox{width:100%;margin:0 auto;background:#ededed;padding:100px 30px;}
.fzf1{width:1011px;margin:20px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:36px;color:#434343;text-align:center;line-height:50px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:26px;color:#434343;text-align:center;line-height:50px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:430px;margin:20px auto;}
.fzf3z{float:left;width:165px;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;width:199px;}
.fzf3y img{width:100%;margin:0 auto;}
	
	/*404*/
	
/*	新闻页修改*/
	.xwn_xw1{width: 85.09%;margin: 0 auto;margin-top: 15px;margin-bottom: 45px;}
	.xwn_xw1 img{width: 100%;}
	.xwnb > img{display: table;margin: 38px auto 0 auto;}
	.xwnb p a{font-size: 14px;color: #7b7b7b;font-weight: bold;}
	.xwn_wx1gd{width: 98.2%;margin: 0 auto;margin-bottom: 22px;margin-top: 3px;background: url(../images/xw2.png) no-repeat;height: 234px;padding-left: 40px;padding-top: 64px;}
	.xwn_wx1gd > h6{font-size: 18px;color: #ff7606;font-weight: bold;}
	.xwn_wx1gd > p{width: 70.42%;font-size: 14px;color: #4f4f4f;line-height: 20px;margin-top: 14px;}
	.xwn_wx1gda{margin-top: 23px;}
	.xwn_wx1gdaa p:nth-child(1){width: 56px;line-height: 27px;background: #0c468f;text-align: center;color: #fff;float: left;}
	.xwn_wx1gdaa p:nth-child(2){line-height: 27px;color: #fff;background: #ff8d55;padding: 0 15px;font-weight: bold;font-size: 16px;float: left;}
	.xwn_wx1gda > p{margin: 0 20px;font-size: 14px;color: #4f4f4f;line-height: 27px;}
	
	
}


@media screen and (min-width:760px) and (max-width:1199px)
{
    /*网站地图*/
	.wzdt{width: 96%;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 96%;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	/*网站地图*/
	/*404*/
    .fzfbox{width:100%;margin:0 auto;background:#ededed;padding:30px;}
.fzf1{width:90%;margin:15px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:18px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:16px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:310px;margin:15px auto;}
.fzf3z{float:left;width:116px;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;width:140px;}
.fzf3y img{width:100%;margin:0 auto;}   
    /*404*/
    
    
.clearfix{ clear:both;}
.fl{ float: left;}
.fr{float:right}
body{margin:0; padding:0;font-family: "微软雅黑";font-size: 12px;overflow-x: hidden;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal; font-size: 12px;}
* img{display:block;}
input{padding:0;margin:0;outline:none;font-family: "微软雅黑";}
select{font-family: "微软雅黑";}
textarea{font-family: "微软雅黑";}
.mob{display: none;}
.pc{display: block;}
.youl{ padding:0 15px;}
	.pb1{display: none;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
	/*由左到右*/
[class*='bianq'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(-50px);
  	-moz-transform: translateX(-50px);
  	-ms-transform: translateX(-50px);
  	-o-transform: translateX(-50px);
  	transform: translateX(-50px);
	}
.animated[class*='bianq'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

/*由下到上*/
[class*='wen'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(50px);
  	-moz-transform: translateY(50px);
  	-ms-transform: translateY(50px);
  	-o-transform: translateY(50px);
  	transform: translateY(50px);
	}
.animated[class*='wen'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*由上到下*/
[class*='s-xia'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(-50px);
  	-moz-transform: translateY(-50px);
  	-ms-transform: translateY(-50px);
  	-o-transform: translateY(-50px);
  	transform: translateY(-50px);
	}
.animated[class*='s-xia'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateY();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*由右到左*/
[class*='y-zuo'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateX(50px);
  	-moz-transform: translateX(50px);
  	-ms-transform: translateX(50px);
  	-o-transform: translateX(50px);
  	transform: translateX(50px);
	}
.animated[class*='y-zuo'] {
	-webkit-transform: translate(0);
  	-moz-transform: translate(0);
  	-ms-transform: translate(0);
  	-o-transform: translate(0);
  	transform: translateX();	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/*左旋转变化*/
[class*='z-xuan'] {
	transition: all 1s ease;
	opacity: 0; filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: rotate(-360deg);
  	-moz-transform: rotate(-360deg);
  	-ms-transform: rotate(-360deg);
  	-o-transform: rotate(-360deg);
  	transform: rotate(-360deg);
	}
.animated[class*='z-xuan'] {
	-webkit-transform: rotate(0);
  	-moz-transform: rotate(0);
  	-ms-transform: rotate(0);
  	-o-transform: rotate(0);
  	transform: rotate(0);	
	opacity: 1; filter: alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}	

	
	
/*top*/
	.zddt{height: 30px;background: #0c468f;width: 100%;}
	.zddt p{color: #ededed;line-height: 30px;padding: 0 20px;}
	.zddt p a{color: #ededed;transition: all ease 0.3s;}
	.zddt p a:hover{color: #ff8d55;}
	.top{width: 100%;background: #fff;height: 127px;}
	.topa_a{margin-left: 18px;margin-top: 37px;}
	.topa_a img{width: 200px;}
	.topa_b{margin-left: 15px;margin-top: 44px;}
	.topa_b img{float: left;margin-top: 9px;}
	.topa_b p span{font-size: 18px;color: #0c468f;line-height: 32px;font-weight: bold;}
	.topa_b p{font-size: 16px;line-height: 22px;color: #6d6d6d;float: left;text-align: center;margin: 0 5px;}
	.topa_c{margin-top: 47px;margin-right: 10px;}
	.topa_c img{float: left;}
	.topa_c p{float: left;font-size: 12px;color: #7f7f7f;margin-right: 9px;line-height: 16px;text-align: right;margin-top: 2px;}
	.topa_c p span{line-height: 34px;font-size: 26px;color: #f44e4e;font-family: "Arial";font-weight: 900;}

	
/*nav*/
	.daohang{width: 100%;height: 44px;}
	.nav{position: relative;}
	.nv{width: 100%;height: 66px;}
	.nv_a{height: 44px;width: 9.5%;position: relative;margin: 0 0.805%}
	.nv_a p{height: 44px;color: #4f4f4f;line-height: 44px;font-size: 14px;transition: all ease 0.1s;text-align: center;}
	.nv_a:hover p{color: #fff;background: #0c468f;}
	.nv_aa p{color: #fff;background: #0c468f;}
	.nv_b{position: absolute;top: 42px;left: 0%;z-index: 1000;width: 100%;background: #fff;}
	.nv_bb{text-align: center;color: #353535;line-height: 40px;font-size: 12px;width: 100%;transition: all ease 0.3s;}
	.nv_bb a{color: #353535;font-size: 14px;transition: all ease 0.3s;}
	.nv_bb:hover a{color: #fff;}
	.nv_bb:hover{background: #0c468f;}
	
/*banner*/
	.ban{width:100%;margin: 0 auto;overflow: hidden;height: 393px;position: relative;}
	.imgbox{ width:1300px;overflow: hidden;position: relative;left: 50%; margin-left: -650px;z-index: -1;height: 393px;}
	.imgbox img{position: absolute;left: 0;top: 0;width: 100%;}
	.boy{width: 1200px;margin-top: 485px;}
	.pa-a{z-index: 1000;bottom: 47px;position: absolute;left: calc(50% - 180px);}
	.pa-a li{ width:100px; height: 12px;background: #fff;float: left;margin: 0 10px;cursor: pointer;transition: all ease 0.1s;}
	.pa-a .ppp{background: #0c468f;}
	.bt-a{width: 47px;height: 109px;position: absolute;left: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.bt-b{background: url(../images/yi07.png) no-repeat;width: 47px;height: 109px;}
	.bt-b:hover{background: url(../images/yi09.png);}
	.bt-k{width: 47px;height: 109px;position: absolute;right: 3%;top: calc(50% - 65px);cursor: pointer;z-index: 15;}
	.bt-f{background: url(../images/yi06.png) no-repeat;width: 47px;height: 109px;}
	.bt-f:hover{background: url(../images/yi08.png);}
	.ban_jt{position: absolute;margin-left: calc(50% - 31px);bottom: 50px;z-index: 10000;left: 50%;}
	
	.guan{position: relative;height: 54px;margin-top: -27px;}
	.guan p{color: #fff;line-height: 54px;float: left;width: 60%;background: #635e60;padding-left: 22px;}
	.guan p a{color: #fff;transition: all ease 0.3s;}
	.guan p a:hover{color: #ff8d55;}
	.guan h6{float: left;width: 40%;background: #0c468f;line-height: 54px;font-size: 16px;color: #fff;text-align: center;font-weight: bold;letter-spacing: 1px;}
	
/*产品中心*/
	.cpzx{margin: 0 auto;margin-top: 48px;width: 98%;}
	.cpzx_top h6{text-align: center;font-family: "Arial";font-size: 50px;color: #ebebeb;line-height: 50px;font-weight: 800;letter-spacing: 2px;}
	.cpzx_topa{width: 100%;position: relative;margin-top: -15px;}
	.cpzx_xt{width: 25%;border-bottom: 1px solid #ebebeb;margin-top: 16px;}
	.cpzx_xta{width: 55px;height: 3px;background: #dddddd;}
	.cpzx_topa p{width: 50%;text-align: center;font-size: 26px;color: #635e60;font-weight: bold;line-height: 26px;}
	.cpzx_topa p span{color: #0c468f;}
	.cpzx_top > p{text-align: center;color: #b4b4b4;font-size: 14px;line-height: 35px;}
	.cpzxa{margin-top: 28px;}
	.cpzxa_a{width: 18.75%;background: url(../images/k6.png) no-repeat;background-size: 100% 100%;padding-bottom: 6%;}
	.cpzxa_aa h1{font-family: "Arial";font-size: 20px;color: #ffffff;font-weight: 900;margin-left: 3%;margin-top: 7%;}
	.cpzxa_xt{width: 28px;height: 3px;background: #27c4bd;margin-left: 3%;margin-top: 7px;}
	.cpzxa_ab{margin: 0 auto;margin-top: 62px;width: 81.85%;}
	.cpzxa_p{width: 100%;line-height: 32px;background: #0c468f;padding-left: 20px;margin-top: 6px;transition: all ease 0.3s;}
	.cpzxa_p a{color: #fff;font-size: 14px;transition: all ease 0.3s;}
	.cpzxa_p:hover{background: #ff8d55;}
	.cpzxa_p:hover a{margin-left: 10px;}
	.cpzxa_pa{background: #ff8d55;}
	.cpzxa_b{width: 78.333%;padding-top: 5px;}
	.cpzxa_ba{width: 30%;margin-bottom: 36px;}
	.cpzxa_bat{width: 100%;border: 1px solid #e5e5e5;border-bottom: 4px solid #e5e5e5;transition: all ease 0.3s;}
	.cpzxa_bat img{width: 100%; height: 209px;}
	.cpzxa_baw{width: 100%;}
	.cpzxa_baw p{width: 40%;overflow: hidden;line-height: 44px;float: left;}
	.cpzxa_baw p a{width: 100%;color: #7b7b7b;font-size: 12px;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.cpzxa_more{width: 50px;height: 27px;background: #ff8d55;line-height: 27px;text-align: center;margin-top: 7px;}
	.cpzxa_more a{color: #fff;}
	.cpzxa_zx{width: 40px;height: 27px;background: #0c468f;text-align: center;line-height: 27px;margin-left: 5px;margin-top: 7px;}
	.cpzxa_zx a{color: #fff;}
	.cpzxa_ba:hover .cpzxa_bat{border-color: #0c468f;}
	.cpzxa_ba:hover .cpzxa_baw p a{color: #0c468f;padding-left: 5px;}
	.cpzxa_baa{margin: 0 5%;}
	
/*4大理由*/
	.liyou{background: url(../images/k13.jpg) no-repeat center top 0;width: 100%;height: 1200px;background-size: cover;margin-top: 23px;padding-top: 77px;}
	.liy_a{width: 100%;}
	.liy_a > img{width: 760px;}
	.liy_aa p{float: left;font-size: 14px;color: #8a8a8a;line-height: 32px;margin-left: 7px;}
	.liy_aa img{float: left;margin-left: 21px;margin-top: 15px;}
	.liy_b{width: 100%;margin-top: 26px;}
	.liy_ba{width: 16.666%;height: 276px;padding-top: 93px;background: #fff;}
	.liy_ba img{width: 72%;margin: 0 auto;}
	.liy_1{width: 48.333%;margin-left: 33px;margin-top: 45px;}
	.liy_1 img{float: left;margin-top: 12px;}
	.liy_1a{width: 79%;float: right;}
	.liy_1a h6{font-size: 24px;color: #fff;line-height: 40px;font-weight: bold;margin-top: 5px;}
	.liy_1a p{font-size: 14px;line-height: 28px;color: #fff;height: 112px;overflow: hidden;}
	.liy_bt{width: 30.58%;margin-top: -4%;margin-right: -14px;}
	.liy_bt img{width: 100%;}
	.liy_c{width: 100%;}
	.liy_ct{width: 38%;margin-left: -16px;margin-top: -5%;}
	.liy_ct img{width: 100%;}
	.liy_cw{margin-left:2%;padding-top: 10px;width: 60%;}
	.liy_cw1 img{float: left;}
	.liy_2a{margin-left: 4%;float: left;width: 80%;}
	.liy_2a h6{font-size: 24px;color: #635e60;line-height: 50px;font-weight: bold;}
	.liy_2a h6 span{color: #0c468f;}
	.liy_2a p{font-size: 14px;line-height: 28px;color: #707070;height: 84px;overflow: hidden;}
	.liy_cw2{margin-top: 5%;}
	.liy_d{width: 100%;}
	.liy_dt{width: 28.5%;margin-top: -1%;margin-left: 7%;}
	.liy_dt img{width: 100%;}
	.liy_cw3{margin-top: 4%;}
	.liy_dw{float: right;margin-right: 1%;}
	.liy_dw img{margin-top: 29px;}
	
/*成功案例*/
	.cgal{margin-top: 35px;}
	.cgala{width: 98%;margin: 0 auto;margin-top: 27px;}
	.cgala_a{width: 62.76%;overflow: hidden;}
	.cgala_x{width: 300%;}
	.cgala_aa{width: 33.333%;position: relative;}
	.cgala_at{width: 100%;overflow: hidden;}
	.cgala_at img{width: 100%;transition: all ease 0.3s;}
	.cgala_m{position: absolute;width: 100%;left: 0;bottom: 0;line-height: 34px;padding: 0 18px;background: rgba(59,59,59,0.9);transition: all ease 0.3s;}
	.cgala_m p a{color: #fff;transition: all ease 0.3s;}
	.cgala_m p:nth-child(1){width: 80%;overflow: hidden;}
	.cgala_m p:nth-child(1) a{display: block;width: 100%;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
	.cgala_aa:hover .cgala_at img{transform: scale(1.02);}
	.cgala_aa:hover a{color: #0c468f;}
	.cgala_aa:hover .cgala_m{padding: 0 22px;}
	.cgala_b{width: 34.96%;}
	.cgala_ba{width: 100%;background: #3b3b3b;padding: 2% 0 2% 8%;}
	.cgala_ba h6{width: 80%;overflow: hidden;line-height: 32px;}
	.cgala_ba h6 a{font-size: 16px;color: #fff;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cgala_xt{width: 100%;border-bottom: 1px solid rgba(235,235,235,0.5);}
	.cgala_xt1{width: 45px;height: 2px;background: rgba(221,221,221,0.5);}
	.cgala_ba p{width: 80%;overflow: hidden;line-height: 25px;}
	.cgala_ba p a{font-size: 12px;color: #fff;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cgala_baa{margin: 3.2% 0;}
	.cgala_bab{background: #0c468f;}
	
/*客户评价*/
	.khpj{margin: 0 auto;margin-top: 37px;width: 98%;}
	.kpjja{width: 100%;margin-top: 28px;}
	.khpja_a{width: 30%;border: 1px solid #e5e5e5;padding-top: 38px;transition: all ease 0.3s;}
	.khpja_w{width: 76.95%;margin: 0 auto;}
	.khpja_a h6{line-height: 20px;width: 100%;overflow: hidden;}
	.khpja_a h6 a{font-size: 14px;color: #5b5b5b;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.khpja_a p{line-height: 21px;height: 84px;overflow: hidden;width: 100%;margin-top: 26px;}
	.khpja_a p a{color: #5b5b5b;}
	.khpj_more{width: 100%;line-height: 38px;background: #fff;margin-top: 44px;text-align: center;border-top: 1px solid #e5e5e5;transition: all ease 0.3s;}
	.khpj_more a{font-size: 14px;color: #0c468f;transition: all ease 0.3s;}
	.khpja_aa{margin: 0 5%;}
	.khpja_a:hover{border-color: #0c468f;}
	.khpja_a:hover .khpj_more{background: #0c468f;border-color: #0c468f;}
	.khpja_a:hover .khpj_more a{color: #fff;}
	.khpj_more:hover a{margin-left: 8px;}
	
/*关于科尔福*/
	.guanyu{background: url(../images/k26.jpg) no-repeat center top 121px;width: 100%;background-size: cover;margin-top: 60px;padding-bottom: 210px;}
	.guany_a{width: 45%;margin-top: 22px;margin-left: 1%;}
	.guany_a img{width: 100%;}
	.guany_a img:nth-child(2){margin-top: 10px;}
	.guany_b{width: 48%;margin-right: 1%;}
	.guany_ba{width: 100%;}
	.guany_ba h5{text-align: right;font-family: "Arial";font-size: 50px;color: #ebebeb;line-height: 30px;font-weight: 800;letter-spacing: 2px;}
	.guany_ba h6{text-align: right;font-size: 26px;color: #635e60;font-weight: bold;line-height: 26px;position: relative;margin-top: -8px;}
	.guany_ba h6 span{color: #0c468f;}
	.guany_ba p{text-align: right;color: #b4b4b4;font-size: 14px;line-height: 40px;}
	.guany_bb{width: 100%;margin-top: 35px;}
	.guany_bb h6{text-align: right;line-height: 62px;}
	.guany_bb h6 a{font-size: 16px;color: #fff;font-weight: bold;}
	.guany_bb p{line-height: 22px;text-align: right;height: 66px;overflow: hidden;}
	.guany_bb p a{color: #fff;}
	.guany_more{width: 115px;height: 32px;margin-top: 16px;border: 1px solid #fff;text-align: center;line-height: 32px;}
	.guany_more a{font-size: 14px;color: #fff;transition: all ease 0.3s;}
	.guany_more:hover a{margin-left: 8px;}

/*客户评价*/
	.hzkh{position: relative;margin-top: -156px;}
	.hzkh_top{width: 100%;background: #fff;padding: 30px 0 9px 0;}
	.khpja{width: 100%;background: #0c468f;position: relative;padding: 5% 1%;}
	.khpja_z{position: absolute;width: 20px;height: 40px;left: 23px;top: calc(50% - 30px);cursor: pointer;}
	.khpja_z img{width: 100%;}
	.khpja_y{position: absolute;width: 20px;height: 40px;right: 23px;top: calc(50% - 30px);cursor: pointer;}
	.khpja_y img{width: 100%;}
	.khpjb{width: 640px;margin: 0 auto;overflow: hidden;}
	.khpjc{width: 10000px;}
	.khpjc_a{width: 227px;}
	.khpjc_t{width: 84%;border: 1px solid #e5e5e5;}
	.khpjc_t img{width: 100%;}
	.khpjc_a p{line-height: 40px;width: 100%;}
	.khpjc_a p a{color: #f4f4f4;}
	
/*新闻中心*/
	.xinw{margin: 0 auto;margin-top: 53px;width: 98%;}
	.xin_chang{width: 100%;margin-top: 26px;}
	.xin{width: 68%;}
	.xina_p{width: 136px;height: 48px;background: #fff;border: 1px solid #e5e5e5;text-align: center;line-height: 48px;font-size: 16px;color: #626262;margin-right: 19px;cursor: pointer;}
	.xina_pa{position: relative;color: #0c468f;border-bottom: none;}
	.xinb{width: 100%;border: 1px solid #e5e5e5;padding: 4% 3%;margin-top: -1px;}
	.xinb_a{width: 42%;}
	.xinb_at{width: 100%;overflow: hidden;}
	.xinb_at img{width: 100%;transition: all ease 0.3s;}
	.xinb_w{width: 100%;margin-top: 24px;border-bottom: 2px dashed #dddddd;padding-bottom: 31px;}
	.xinb_w > p{line-height: 18px;height: 54px;overflow: hidden;margin-top: 14px;}
	.xinb_w > p a{color: #919191;transition:  all ease 0.3s;}
	.xinb_wa{width: 100%;}
	.xinb_waa{width: 55px;height: 55px;background: #0c468f;padding-top: 10px;}
	.xinb_waa p{text-align: center;}
	.xinb_waa p a{color: #fff;font-size: 12px;line-height: 18px;}
	.xinb_waa p span{font-family: "Arial";font-size: 24px;font-weight: 900;}
	.xinb_wab{width: 69%;margin-left: 3%;}
	.xinb_wab h6{line-height: 30px;overflow: hidden;}
	.xinb_wab h6 a{font-size: 14px;color: #626262;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition:  all ease 0.3s;}
	.xinb_waba{width: 100%;margin-top: 6px;}
	.xinb_wabt{width: 16px;height: 16px;overflow: hidden;position: relative;}
	.xinb_wabt img{width: 100%;transition:  all ease 0.3s;}
	.xinb_waba p{float: left;margin-left: 10px;line-height: 16px;width: 80%;overflow: hidden;}
	.xinb_waba p a{color: #aeaeae;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition:  all ease 0.3s;}
	.xinb_am{width: 115px;height: 32px;border: 1px solid #0c468f;text-align: center;line-height: 32px;margin-top: 18px;}
	.xinb_am a{color: #0c468f;font-size: 14px;transition:  all ease 0.3s;}
	.xinb_am:hover a{margin-left: 8px;}
	.xinb_a:hover .xinb_at img{transform: scale(1.03);}
	.xinb_a:hover .xinb_wab h6 a{color: #0c468f;}
	.xinb_a:hover .xinb_waba p a{color: #0c468f;}
	.xinb_a:hover .xinb_w > p a{color: #0c468f;}
	.xinb_a:hover .xinb_wabt img:nth-child(1){margin-top: -16px;}
	.xinc_b{width: 50%;}
	.xinc_ba{width: 100%;}
	.xinc_w{width: 100%;border-bottom: 2px dashed #dddddd;margin-bottom: 16px;padding: 0 3px 18px 0;}
	.xinc_wb{width: 73%;margin-left: 3%;}
	.xinc_wb h6{width: 100%;line-height: 22px;overflow: hidden;}
	.xinc_wb h6 a{color: #626262;font-weight: bold;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block;transition:  all ease 0.3s;}
	.xinc_wb p{line-height: 18px;height: 36px;overflow: hidden;}
	.xinc_wb p a{color: #919191;transition:  all ease 0.3s;}
	.xinc_w:hover .xinc_wb h6 a{color: #0c468f;}
	.xinc_w:hover .xinc_wb p a{color: #0c468f;}
	.xinc_bm{width: 115px;height: 32px;border: 1px solid #0c468f;text-align: center;line-height: 32px;margin-top: 4px;}
	.xinc_bm a{color: #0c468f;font-size: 14px;transition:  all ease 0.3s;}
	.xinc_bm:hover a{margin-left: 8px;}
	
	.chang{width: 30%;margin-right: 4px;}
	.changa{position: relative;}
	.changa p{width: 136px;height: 48px;background: #fff;border: 1px solid #e5e5e5;text-align: center;line-height: 48px;font-size: 16px;color: #0c468f;border-bottom: none;}
	.cj{border: 1px solid #e5e5e5;padding-bottom: 22px;margin-top: -1px;}
	.cja{width: 82.4%;margin: 0 auto;margin-top: 34px;}
	.changj_b1{height: 360px;overflow: hidden;width: 100%;}
	.changj_wd{width: 100%;border-bottom: 1px dashed #dbdbdb;padding: 0 16px 27px 16px;margin-top: 36px;}
	.changj_w{width: 100%;}
	.changj_w img{float: left;}
	.changj_w p{float: left;width: 80%;line-height: 22px;margin-left: 3%;}
	.changj_w p a{width: 100%;overflow: hidden;display: block;text-overflow: ellipsis;white-space: nowrap;color: #626262;font-weight: bold;}
	.changj_d{width: 100%;margin-top: 13px;}
	.changj_d img{float: left;padding-top: 3.5px;}
	.changj_d p{float: left;width: 80%;line-height: 18px;margin-left: 3%;height: 40px;overflow: hidden;}
	.changj_d p a{color: #919191;}
	.changj_wd:hover a{color: #0c468f;}
	.chang_more{width: 115px;height: 32px;border: 1px solid #0c468f;text-align: center;line-height: 32px;margin-top: 18px;margin-right: 8.78%;}
	.chang_more a{color: #0c468f;font-size: 14px;transition:  all ease 0.3s;}
	.chang_more:hover a{margin-left: 8px;}
	
/*咨询热线*/
	.zxrx{background: url(../images/k38.jpg) no-repeat center;margin-top: 60px;background-size: cover;width: 100%;height: 218px;}
	.zxrx_a{margin-top: 54px;margin-left: 3%;}
	.zxrx_a p{color: #fff;font-size: 14px;line-height: 28px;}
	.zxrx_aa{width: 143px;height: 36px;line-height: 36px;text-align: center;background: #fff;margin-top: 23px;}
	.zxrx_aa a{color: #0c468f;font-size: 16px;font-weight: bold;}
	.zxrx_b{margin-top: 65px;margin-left: 5%;}
	.zxrx_b p{font-size: 22px;color: #fff;line-height: 62px;letter-spacing: 2px;font-weight: bold;}
	.zxrx_c{margin-right: 3%;margin-top: 53px;}
	.zxrx_c p{font-size: 16px;line-height: 36px;letter-spacing: 2px;color: #fff;text-align: right;}
	
/*联系我们*/
	.lianx{margin: 0 auto;margin-top: 63px;width: 98%;}
	.lianxa{width: 32.833%;background: #0c468f;padding: 3% 1% 3% 2%;position: relative;z-index: 5;margin-top: 60px;}
	.lianxa h5{font-size: 24px;color: #fff;letter-spacing: 2px;line-height: 38px;}
	.lianxa h6{font-size: 18px;color: #fff;font-weight: bold;line-height: 32px;}
	.lianxa h4{font-size: 26px;color: #fff;font-weight: bold;line-height: 36px;}
	.lianxa > p{font-size: 14px;color: #fff;line-height: 18px;margin-top: 25px;}
	.lianxa_a{margin-top: 12px;width: 100%;}
	.lianxa_a img{float: left;}
	.lianxa_a p{line-height: 20px;margin-left: 3%;font-size: 14px;color: #fff;float: left;width: 88%;}
	.lianxb{width: 77.4166%;margin-left: -124px;}
	.lianxb > h6{text-align: right;font-family: "Arial";font-size: 58px;color: #ebebeb;line-height: 39px;font-weight: 800;letter-spacing: 2px;margin-right:3%;}
	.lianxi{width: 100%;border: 1px solid #e5e5e5;background: #fff;position: relative;z-index: 4;margin-top: -11px;padding-bottom: 38px;}
	.lianxia{width: 75.02%;margin-right: 49px;}
	.lianxia h6{font-size: 24px;color: #635e60;line-height: 62px;font-weight: bold;text-align: right;}
	.lianxia h6 span{color: #0c468f;}
	.chenghu{width: 100%;margin-top: 22px;}
	.chenghu input{width: 44.619%;line-height: 46px;height: 46px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 5px;}
	.xuqiu{width: 100%;margin-top: 27px;}
	.xuqiu textarea{width: 100%;height: 143px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 17px;line-height: 28px;}
	.yazm{width: 100%;margin-top: 23px;}
	.ma{width: 100px;height: 46px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 5px;}
	.yazm_a{width: 100px;height: 46px;background: #a1a1a1;}
	.yazm_a img{display: table;margin: 0 auto;cursor: pointer;}
	.chongz{width: 100px;height: 46px;line-height: 46px;background: #c3c3c3;text-align: center;color: #fff;font-size: 14px;margin-left: 12px;border: none;cursor: pointer;}
	.tij{width: 100px;height: 46px;line-height: 46px;background: #c3c3c3;text-align: center;color: #fff;font-size: 14px;border: none;cursor: pointer;}
	#bianse{background: #ff8d55;}
	.chongz:hover{background: #ff8d55;}
	
/*页脚*/
	.yejiao{width: 100%;background: #434343;padding-bottom: 43px;margin-top: 62px;}
	.yja{margin-top: 49px;margin-left: 2%;}
	.yja_a{margin-top: 11px;margin-left: 22px;cursor: pointer;position: relative;}
	.ewm{position: absolute;top: -46px;left: 50px;opacity: 0;transition: all ease 0.3s;}
	.yja_b img{width: 240px;}
	.yja_a:hover .ewm{opacity: 1;}
	.yja > p{font-size: 14px;color: #bbbbbb;margin-top: 20px;line-height: 14px;}
	.yja_c{margin-top: 14px;}
	.yja_c img{float: left;}
	.yja_c p{float: left;margin-left: 15px;color: #bbbbbb;font-size: 14px;}
	.yjb{width: 54%;margin-top: 40px;}
	.yjb_a{width: 18%;}
	.yjb_a h6{line-height: 48px;}
	.yjb_a h6 a{font-size: 14px;color: #0c468f;font-weight: bold;}
	.yj_xta{width: 21px;height: 1px;background: #0c468f;}
	.yj_xt{width: 100%;border-bottom: 1px solid #315452;margin-bottom: 15px;}
	.yjb_a p{line-height: 28px;}
	.yjb_a p a{font-size: 12px;color: #bbbbbb;transition: all ease 0.3s;}
	.yjb_a p a:hover{color: #fff;}
	.yjb_ab{margin-right: 7%;}
	.banq{height: 50px;line-height: 50px;background: #343434;}
	.banq p{font-size: 14px;color: #a3a3a3;text-align: center;}
	.banq p a{color: #a3a3a3;font-size: 14px;transition: all ease 0.3s;}
	.banq p a:hover{color: #0c468f;}
	.youl p{line-height: 24px;color: #393939;}
	.youl p a{color: #393939;}
	
	
/*添加的漂浮QQ*/
	.dong{ width:50px; position: fixed; right: 0; top: 50%; margin-top: -115px;z-index: 1000;}
	.sahng{ width:100%;}
	.xain{ width: 100%; height: 50px;background: url(../images/zxkf.gif) no-repeat center; background-color: #0c468f; position: relative; margin: 10px 0; cursor: pointer;}
	.danpo{ width:100%; height: 50px; background-color: #0c468f; position: absolute; top: 0; left: 0;}
	.danpo p{text-align: center; line-height: 16px; color: #fff; padding-top: 10px;}
	.dhaun{ width:320px; position: absolute;top: -20px; left: -310px;}
	.dinr{ width:300px;border-top: solid 4px #0c468f;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc;}
	.weiya{ width:100%; border-bottom: solid 1px #ccc;}
	.weiya img{ float:left; padding: 10px;}
	.weiya .yumin{ float:left; padding: 10px;}
	.yumin span{ font-size: 16px;color: #0c468f;}
	.yumin p{color: #ccc;}
	.botre{ width:100%; padding: 20px;}
	.kehug p{ float:left;}
	.kehug p a{color: #828282;}
	.kehug img{ float:left;}
	.jieh{ color: #828282; font-size: 14px; font-weight: bold; line-height: 30px;}
	.kehug{ line-height: 26px;}

	.daoma{ width:100%; height: 50px; border: solid 1px #ccc; background: url(../images/217.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer;}
	.zung{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.zung p{ text-align: center; line-height: 16px; color: #0c468f; padding-top: 10px;}
	.loainj{ width:320px; position: absolute;top: -20px; left: -310px;}
	.dingw{ width:300px; border-top: solid 4px #0c468f;background-color: #fff; border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 10px;}
	.dingw img{ float:left; padding: 10px;}
	.dingw .xiaw{ float:left; padding: 10px;}
	.xiaw span{ font-size:20px; color: #828282; font-weight: bold;}
	.xiaw p{ color: #939393; font-size: 14px; line-height: 22px;}
	
	.topb{ width:100%;height: 50px; border: solid 1px #ccc; background: url(../images/218.png) no-repeat center; background-color: #fff; position: relative; margin: 10px 0; cursor: pointer}
	.libai{ width: 100%; background-color: #fff; position: absolute; top: 0; left: 0;}
	.libai p{text-align: center; line-height: 16px; color: #0c468f; padding-top: 10px;}
	.yeya{width:200px; position: absolute;top: -20px; left: -190px; }
	.weic{ width:180px; border-top: solid 4px #0c468f;background-color: #fff;border-bottom: solid 1px #ccc;border-left: solid 1px #ccc; border-right: solid 1px #ccc; padding: 20px;}
	.rin{ width:100%;}
	.rin img{width: 100%;}
	.weic p{text-align: center;line-height: 30px;}
	
	.fanh{ width:100%;height: 50px;line-height: 16px;text-align: center;color: #fff;background-color:#0c468f;cursor: pointer;}
	.fanh p{padding-top: 10px;color: #fff;}
	
/*产品列表页*/
	.neiban{width: 100%;}
	.neiban img{width: 1300px;position: relative;left: 50%;margin-left: -650px;}
	.neiguan{width: 100%;background: #ebebeb;}
	.neiguan p{text-align: right;padding-right: 22px;color: #636363;line-height: 30px;}
	.neiguan p a{color: #636363;transition: all ease 0.3s;}
	.neiguan p a:hover{color: #ff8d55;}
	
	.chanlie{margin: 0 auto;margin-bottom: 46px;width: 98%;}
	.cplz{width: 20%;position: relative;margin-top: -60px;}
	.cplza{width: 100%;}
	.cplza_a{width: 100%;background: #0c468f url(../images/k68.png) no-repeat right 0 top 0;padding: 14px 0 20px 10px;}
	.cplza_a h1{color: #047d78;font-size: 24px;font-family: "Arial";line-height: 34px;font-weight: 900;}
	.cplza_a h6{color: #047d78;font-size: 24px;font-family: "Arial";line-height: 34px;font-weight: 900;}
	.cplza_a p{font-size: 18px;line-height: 28px;color: #fff;font-weight: bold;letter-spacing: 2px;}
	.cplza_xt{width: 28px;height: 3px;background: #27c4bd;margin-top: 8px;}
	.cplza_b{width: 100%;background: #635e60;padding: 3.75% 0;}
	.cplza_ba{width: 92.85%;margin: 0 auto;background: #fff;}
	.cplza_baa{width: 88.94%;margin: 0 auto;padding-top: 15px;}
	.cplza_h{width: 100%;background: #0c468f;line-height: 35px;color: #fff;font-size: 14px;padding-left: 27px;margin-top: 13px;transition: all ease 0.3s;}
	.cplza_h a{color: #fff;font-size: 14px;}
	.cplza_h:hover{background: #ff8d55;}
	.cplza_ha{background: #ff8d55;}
	.cplza_bp{width: 98%;overflow: hidden;margin-left: 2%;margin-top: 5px;}
	.cplza_bp p{line-height: 28px;margin-left: 0px;transition: all ease 0.3s;}
	.cplza_bp p a{color: #636363;transition: all ease 0.3s;}
	.cplza_bp p:hover{margin-left: 8px;}
	.cplza_bp p:hover a{color: #ff8d55;}
	#cplza_bpa{margin-left: 8px;}
	#cplza_bpa a{color: #ff8d55;}
	.cplza_t{width: 80%;margin: 0 auto;margin-top: 25px;}
	.cplza_t img{width: 100%;}
	.cplzb{width: 100%;margin-top: 38px;}
	.cplzb_a{width: 100%;padding-bottom: 8px;border-bottom: 2px dashed #d7d7d7;margin-top: 10px;}
	.cplzb_a h6{line-height: 18px;}
	.cplzb_a h6 a{font-size: 12px;color: #c0c0c0;transition: all ease 0.3s;}
	.cplzb_a p{line-height: 18px;width: 100%;overflow: hidden;}
	.cplzb_a p a{font-size: 12px;color: #626262;transition: all ease 0.3s;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cplzb_a:hover a{color: #0c468f;}
	.cplzc{width: 100%;background: url(../images/k70.jpg) no-repeat center;background-size: 100%;margin-top: 41px;padding-top: 3%;padding-bottom: 45%;}
	.cplzc p{font-size: 12px;color: #fff;line-height: 24px;margin-left: 8%;}
	.cplzc h5{width: 85%;margin: 0 auto;line-height: 29px;background: #0c468f;text-align: center;font-weight: 900;font-size: 16px;font-family: "Arial";color: #fff;}
	.cplzc h6{font-size: 14px;color: #fff;line-height: 20px;margin-top: 5%;margin-left: 45%;}
	
	.cply{width: 77.5%;margin-top: 20px;}
	.mbx{width: 100%;border-bottom: 1px solid #ebebeb;}
	.mbx h6{float: left;font-size: 14px;color: #636363;line-height: 32px;border-bottom: 2px solid #dddddd;}
	.mbx p{float: left;line-height: 32px;margin-left: 35px;}
	.mbx p a{font-size: 12px;color: #989898;transition: all ease 0.3s;}
	.mbx p a:hover{color: #0c468f;}
	.cplya{width: 96.77%;margin: 0 auto;padding-top: 32px;}
	.cplya_a{width: 100%;background: #fff;padding: 30px 20px;border-bottom: 2px dashed #d7d7d7;transition: all ease 0.3s;}
	.cplya_a:hover{background: #f6f6f6;}
	.cplya_t{width: 36%;border: 1px solid #e5e5e5;border-bottom: 4px solid #e5e5e5;}
	.cplya_t img{width: 100%;}
	.cplya_w{width: 62%;}
	.cplya_w h6{line-height: 24px;border-left: 3px solid #dddddd;padding-left: 17px;width: 100%;overflow: hidden;}
	.cplya_w h6 a{font-size: 16px;color: #272727;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cplya_w p:nth-child(2){float: left;margin-left: 22px;}
	.cplya_w p:nth-child(3){display: none;}
	.cplya_w p{line-height: 24px;margin-top: 23px;height: 96px;overflow: hidden;}
	.cplya_w p a{font-size: 12px;color: #7b7b7b;}
	.cplya_wa{width: 100%;margin-top: -25px;}
	.cplya_zx{width: 47px;height: 27px;background: #0c468f;line-height: 27px;text-align: center;margin-left: 9px;}
	.cplya_zx a{font-size: 12px;color: #fff;}
	.cplya_mo{width: 69px;height: 27px;background: #ff8d55;line-height: 27px;text-align: center;}
	.cplya_mo a{font-size: 12px;color: #fff;}
	.yema{margin-top: 30px;}
	.syy{width: 54px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 5px;transition: all ease 0.3s;}
	.syy a{font-size: 14px;color: #7b7b7b;transition: all ease 0.3s;}
	.pagelist li{width: 33px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 5px;transition: all ease 0.3s;}
	.pagelist li a{font-size: 14px;color: #7b7b7b;transition: all ease 0.3s;}
	.yema li:hover{background: #0c468f;border-color: #0c468f;}
	.yema li:hover a{color: #fff;}
	.thisclass{background: #0c468f;border-color: #0c468f;}
	.thisclass a{color: #fff;}
	
	
	.tjzx{width: 96.77%;margin: 0 auto;margin-top: 31px;}
	.tjzxa{width: 100%;}
	.tjzxa p{font-size: 16px;color: #0c468f;width: 136px;height: 49px;line-height: 49px;text-align: center;border: 1px solid #e5e5e5;box-shadow: 4px -2px 0px 1px #0c468f;border-bottom: none;float: left;background: #fff;position: relative;z-index: 2;}
	.tjzxa h6{float: right;font-size: 38px;line-height: 20px;color: #ebebeb;font-weight: 900;font-family: "Arial";margin-top: 28px;margin-right: 40px;}
	.tjzxb{width: 100%;border: 1px solid #e5e5e5;margin-top: -1px;position: relative;background: #fff;padding: 5px 0 30px 0;}
	.tjzxb_a{width: 43.7%;border-bottom: 2px dashed #dddddd;margin: 0 3.15%;margin-top: 14px;padding-left: 5px;}
	.tjzxb_a h6{line-height: 36px;float: left;}
	.tjzxb_a h6 a{color: #626262;background: url(../images/k71.png) no-repeat left 0 top 7px;padding-left: 16px;transition: all ease 0.3s;}
	.tjzxb_a p{width: 58%;line-height: 36px;float: left;margin-left: 15px;overflow: hidden;}
	.tjzxb_a p a{color: #626262;width: 100%;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all ease 0.3s;}
	.tjzxb_a:hover a{color: #0c468f;margin-left: 5px;}
	
	.cpl_lx{width: 96.77%;margin: 0 auto;margin-top: 48px;}
	.nlianxa{width: 43.666%;background: #0c468f;padding: 24px 0 22px 20px;position: relative;margin-top: 43px;}
	.nlianxa h6{font-size: 18px;color: #fff;font-weight: bold;line-height: 32px;}
	.nlianxa h4{font-size: 18px;color: #fff;font-weight: bold;line-height: 32px;}
	.nlianxa h5{font-size: 26px;color: #fff;font-weight: bold;line-height: 36px;}
	.nlianxa > p{font-size: 14px;color: #fff;line-height: 18px;margin-top: 25px;}
	.nlianxa_a{margin-top: 12px}
	.nlianxa_a img{float: left;}
	.nlianxa_a p{line-height: 20px;margin-left: 13px;font-size: 14px;color: #fff;float: left;width: 83%;}
	.nlianxb{width: 100%;margin-left: -124px;}
	.nlianxb > h6{text-align: right;font-family: "Arial";font-size: 58px;color: #ebebeb;line-height: 39px;font-weight: 800;letter-spacing: 2px;margin-right: 43px;}
	.nlianxi{width: 100%;border: 1px solid #e5e5e5;background: #fff;position: relative;z-index: 4;margin-top: -11px;padding-bottom: 38px;}
	.nlianxia{width: 49%;margin-right: 4%;}
	.nlianxia h6{font-size: 22px;color: #635e60;line-height: 62px;font-weight: bold;text-align: right;}
	.nlianxia h6 span{color: #0c468f;}
	.nchenghu{width: 100%;margin-top: 22px;}
	.nchenghu input{width: 44.619%;line-height: 46px;height: 46px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 5px;}
	.nxuqiu{width: 100%;margin-top: 27px;}
	.nxuqiu textarea{width: 100%;height: 100px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 17px;line-height: 28px;}
	.nyazm{width: 100%;margin-top: 23px;}
	.nma{width: 32%;height: 46px;background: #f4f4f4;border: none;font-size: 12px;color: #979797;padding-left: 5px;}
	.nyazm_a{width: 90px;height: 46px;background: #a1a1a1;}
	.nyazm_a img{display: table;margin: 0 auto;cursor: pointer;}
	.ntij{width: 30%;height: 46px;line-height: 46px;background: #c3c3c3;text-align: center;color: #fff;font-size: 14px;border: none;cursor: pointer;}
	#nbianse{background: #ff8d55;}
	.nchongz:hover{background: #ff8d55;}
	
/*产品内页*/
	.cpn{width: 96.77%;margin: 0 auto;margin-top: 32px;}
	.cpna{width: 100%;background: #f6f6f6;padding: 4%;}
	.cpna_t{width: 46%;border: 1px solid #e5e5e5;border-bottom: 3px solid #dedddd;}
	.cpna_t img{width: 100%;}
	.cpna_w{width: 50.06%;position: relative;}
	.cpna_w > h1{width: 100%;line-height: 24px;color: #0c468f;font-size: 16px;border-left: 3px solid #dddddd;padding-left: 16px;margin-top: 2px;font-weight: bold;}
	.cpna_w p{line-height: 22px;color: #7b7b7b;font-size: 12px;margin-top: 13px;margin-left: 19px;}
	.cpna_zx{width: 56px;height: 27px;background: #0c468f;line-height: 27px;color: #fff;text-align: center;margin-top: -21px;}
	.cpna_dh{width: 100%;}
	.cpna_dh h1{text-align: center;width: 160px;height: 27px;background: #ff8d55;line-height: 27px;font-size: 16px;font-family: "Arial";font-weight: 900;color: #fff;float: right;}
	.cpnb{width: 100%;}
	.cpnb_a{width: 96.777%;margin: 0 auto;border-bottom: 2px dashed #dddddd;padding-bottom: 68px;}
	.cpnb_top{width: 100%;border-bottom: 1px solid #ebebeb;margin-top: 24px;}
	.cpnb_top p{font-size: 14px;color: #0c468f;line-height: 32px;border-bottom: 3px solid #0c468f;display: inline-block;}
	.cpnb_at{width: 100%;margin-top: 27px;}
	.cpnb_at img{width: 32.37%;float: left;border: 1px solid #e5e5e5;border-bottom: 3px solid #dedddd;}
	.cpnb_at1{margin: 0 1.445%;}
	.cpnb_aw{width: 100%;margin-top: 22px;}
	.cpnb_aw h1{font-size: 14px;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 17px;}
	.cpnb_aw p{line-height: 24px;color: #4d4d4d;margin-left: 20px;margin-top: 16px;}
	.cpnb_ab{width: 100%;margin-top: 36px;}
	.cpnb_ab h1{font-size: 14px;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 17px;margin-bottom: -5px;}
	.cpnb_ab1{width: 50%;margin-top: 36px;}
	.cpnb_ab1 img{float: left;width: 37.7%;}
	.cpnb_ab1 p{float: left;width: 54.5%;background: url(../images/k71.png) no-repeat left 0 top 0;line-height: 20px;color: #646464;margin-left: 3%;margin-top: 1%;padding-top: 3%;}
	.cpnb_ac{width: 100%;background: #f6f6f6;margin-top: 32px;padding: 2% 3% 3% 5%;}
	.cpnb_ac p{line-height: 24px;color: #646464;background: url(../images/k71.png) no-repeat top 12px left 0;padding-left: 13px;}
	.cpnb_bg{width: 100%;margin-top: 29px;}
	.cpnb_bg h1{font-size: 14px;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 17px;margin-bottom: -5px;}
	table{width: 100%;margin-top: 27px;}
	.table1{display: none;}
	.tr1{width: 100%;background: #a1a1a1;}
	.tr1 td{height: 45px;color: #fff;text-align: center;}
	.td1{width: 10.22%;border-right: 3px solid #fff;}
	.td2{width: 13.33%;border-right: 3px solid #fff;}
	.td3{width: 8.222%;border-right: 3px solid #fff;}
	.tr2{background: #f6f6f6;}
	.tr2 td{height: 34px;text-align: center;color: #646464;border-top: 3px solid #fff;}
	.tr3{background: #e6f3f2;}
	.tr3 td{height: 34px;text-align: center;color: #646464;border-top: 3px solid #fff;}
	.fhlb{width: 126px;height: 46px;background: #ff8d55;text-align: center;line-height: 46px;margin-right: 1.6115%;margin-top: -23px;margin-bottom: 9px;}
	.fhlb a{color: #fff;font-size: 14px;transition: all ease 0.3s;}
	.fhlb:hover a{margin-left: 8px;}
	
/*成功案例列表页*/
	.all{width: 96.77%;margin: 0 auto;padding-top: 27px;}
	.alla_a{width: 100%;background: #fff;padding: 4%;transition: all ease 0.3s;margin: 5px 0;}
	.alla_a:hover{background: #f6f6f6;}
	.alla_t{width: 54%;}
	.alla_t img{width: 100%;}
	.alla_w{width: 42%;margin-top: 1%;}
	.alla_w h6{line-height: 24px;border-left: 3px solid #dddddd;padding-left: 17px;width: 100%;overflow: hidden;}
	.alla_w h6 a{font-size: 16px;color: #272727;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.alla_w p{line-height: 24px;margin-top: 3%;height: 72px;overflow: hidden;}
	.alla_w p a{font-size: 12px;color: #7b7b7b;}
	.alla_wa{width: 100%;margin-top: 3%;}
	.alla_zx{width: 47px;height: 27px;background: #0c468f;line-height: 27px;text-align: center;margin-left: 9px;}
	.alla_zx a{font-size: 12px;color: #fff;}
	.alla_mo{width: 69px;height: 27px;background: #ff8d55;line-height: 27px;text-align: center;}
	.alla_mo a{font-size: 12px;color: #fff;}
	
/*案例内页*/
	.aln{width: 96.77%;margin: 0 auto;margin-top: 32px;}
	.alna{width: 100%;background: #f6f6f6;padding: 35px;}
	.alna_t{width: 53%;}
	.alna_t img{width: 100%;}
	.alna_w{width: 44%;position: relative;}
	.alna_w > h1{width: 100%;line-height: 22px;color: #444444;font-size: 16px;border-left: 3px solid #dddddd;padding-left: 16px;}
	.alna_w p{line-height: 24px;color: #7b7b7b;font-size: 12px;margin-top: 3%;margin-left: 19px;height: 72px;overflow: hidden;}
	.alna_zx{width: 56px;height: 27px;background: #0c468f;line-height: 27px;color: #fff;text-align: center;margin-top: 2%;}
	.alna_dh{width: 100%;}
	.alna_dh h1{text-align: center;width: 160px;height: 27px;background: #ff8d55;line-height: 27px;font-size: 16px;font-family: "Arial";font-weight: 900;color: #fff;float: right;}
	.alnb{width: 100%;padding-bottom: 51px;border-bottom: 2px dashed #dddddd;}
	.alnb_top{width: 100%;border-bottom: 1px solid #ebebeb;margin-top: 21px;}
	.alnb_top p{font-size: 14px;color: #0c468f;line-height: 32px;border-bottom: 3px solid #0c468f;display: inline-block;}
	.alnb_a{width: 95.777%;margin: 0 auto;margin-top: 30px;}
	.alnb_a h1{font-size: 14px;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 20px;}
	.alnb_a p{font-size: 12px;color: #4d4d4d;line-height: 24px;margin-top: 16px;width: 100%;padding-left: 20px;}
	.alnb_a img{width: 80%;margin: 0 auto;margin-top: 5%;}
	.fhlba{margin-right: 0;}
	
/*评价列表页*/
	.pjl{width: 96.77%;margin: 0 auto;margin-top: 36px;}
	.pjla{width: 100%;background: #fff;padding: 4%;border-bottom: 2px dashed #d7d7d7;transition: all ease 0.3s;}
	.pjla_a{width: 81.69%;}
	.pjla_a h6{line-height: 24px;border-left: 3px solid #dddddd;padding-left: 20px;width: 100%;overflow: hidden;}
	.pjla_a h6 a{font-size: 16px;color: #272727;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjla_a p{line-height: 24px;height: 48px;overflow: hidden;margin-top: 13px;margin-left: 20px;width: 96%;}
	.pjla_a p a{color: #7b7b7b;}
	.pjla_more{width: 69px;height: 27px;line-height: 27px;text-align: center;background: #ff8d55;margin-top: 32px;}
	.pjla_more a{color: #fff;transition: all ease 0.3s;}
	.pjla:hover{background: #f6f6f6;}
	.pjla_more:hover a{margin-left: 8px;}
	
/*合作伙伴*/
	.hzhb{width: 96.77%;margin: 0 auto;}
	.hzhba{width: 100%;border-bottom: 2px dashed #dddddd;padding: 5% 4%}
	.hzhba_a{width: 44%;}
	.hzhba_a img{width: 100%;border: 1px solid #e5e5e5;}
	.hzhba_a h6{font-size: 16px;color: #272727;line-height: 24px;border-left: 3px solid #dddddd;padding-left: 20px;margin-left: 5px;margin-top: 16px;}
	.hzhba_a p{font-size: 12px;color: #7b7b7b;line-height: 22px;margin-left: 5px;margin-top: 12px;}
	
/*新闻列表页*/
	.xwl{width: 96.77%;margin: 0 auto;margin-top: 25px;}
	.xwla{width: 100%;background: #fff;padding: 4% 3%;border-bottom: 2px dashed #d7d7d7;transition: all ease 0.3s;}
	.xwla_a{width: 66%;margin-left: 4%;}
	.xwla_a h6{line-height: 22px;width: 100%;overflow: hidden;}
	.xwla_a h6 a{font-size: 14px;color: #626262;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
	.xwla_a p{line-height: 18px;height: 36px;overflow: hidden;margin-top: 7px;width: 100%;}
	.xwla_a p a{color: #7b7b7b;}
	.xwla_more{width: 69px;height: 27px;line-height: 27px;text-align: center;background: #ff8d55;margin-top: 18px;}
	.xwla_more a{color: #fff;transition: all ease 0.3s;}
	.xwla:hover{background: #f6f6f6;}
	.xwla_more:hover a{margin-left: 8px;}
	.xwla_rq{width: 63px;height: 63px;background: #0c468f;padding-top: 14px;}
	.xwla_rq p{text-align: center;line-height: 16px;}
	.xwla_rq p a{color: #fff;}
	.xwla_rq p span{font-family: "Arial";font-size: 26px;font-weight: 900;}
	
/*新闻内页*/
	.xwn{width: 96.77%;margin: 0 auto;margin-top: 36px;}
	.xwna{width: 100%;}
	.xwna h1{font-size: 18px;color: #626262;line-height: 56px;border-bottom: 2px dashed #d7d7d7;text-align: center;}
	.xwna p{text-align: center;font-size: 12px;color: #7b7b7b;line-height: 36px;}
	.xwnb{width: 96.666%;margin: 0 auto;margin-top: 22px;border-bottom: 2px dashed #d7d7d7;padding-bottom: 46px;}
	.xwnb p{font-size: 14px;color: #7b7b7b;line-height: 26px;}
	.xwnb p a{font-size: 14px;color: #7b7b7b;transition: all ease 0.3s;}
	.xwnb p a:hover{color: #0c468f;}
	.xwnb img{width: 70%;margin: 0 auto;margin-top: 35px;margin-bottom: 48px;}
	
/*关于科尔福*/
	.gyn{width: 96.77%;margin: 0 auto;margin-top: 45px;border-bottom: 2px dashed #dddddd;padding-bottom: 58px;margin-bottom: 68px;}
	.gyna h6{width: 100%;font-size: 18px;color: #0c468f;line-height: 56px;border-bottom: 2px solid #dddddd;}
	.gynb{width: 95.333%;margin: 0 auto;margin-top: 31px;}
	.gynb p{font-size: 14px;color: #7b7b7b;line-height: 26px;}
	.gynb p span{font-weight: bold;}
	.gynb img{width: 97.666%;margin: 0 auto;margin-top: 33px;}
	.gync{display: table;margin: 0 auto;margin-top: 67px;}
	.gync p:nth-child(1){background: url(../images/k100.png) no-repeat;width: 140px;height: 140px;text-align: center;padding-top: 90px;float: left;background-size: 100% 100%;}
	.gync p:nth-child(2){background: url(../images/k101.png) no-repeat;width: 140px;height: 140px;text-align: center;padding-top: 90px;float: left;margin: 0 40px;background-size: 100% 100%;}
	.gync p:nth-child(3){background: url(../images/k102.png) no-repeat;width: 140px;height: 140px;text-align: center;padding-top: 90px;float: left;background-size: 100% 100%;}
	.gync p a{font-size: 18px;color: #343434;}
	
/*科尔福优势*/
	.kys{width: 96.77%;margin: 0 auto;margin-top: 60px;border-bottom: 2px dashed #dddddd;padding-bottom: 58px;margin-bottom: 68px;}
	.kysa{width: 100%;margin: 0 auto;}
	.kysa > img{width: 100%;}
	.kysa_a{margin-top: 5px;}
	.kysa_a p{float: left;font-size: 14px;color: #8a8a8a;line-height: 24px;margin-left: 5px;}
	.kysa_a img{float: left;margin-left: 21px;margin-top: 12px;width: 30%;}
	.kysb{width: 100%;margin: 0 auto;margin-top: 8%;}
	.kysb > img{width: 100%;}
	.kysb_a{width: 100%;margin-top: 34px;}
	.kysb_a img{float: left;}
	.kysb_w{margin-left: 3%;width: 87%;}
	.kysb_w h6{font-size: 22px;color: #585858;font-weight: bold;line-height: 32px;}
	.kysb_w h6 span{color: #0c468f;}
	.kysb_w p{font-size: 14px;color: #7b7b7b;line-height: 28px;margin-top: 7px;}
	.kysc{width: 100%;margin-top: 10px;}
	.kysc > img{width: 100%;}
	#beit{background: url(../images/k111.png) no-repeat center;background-size: 100% 100%;}
	
/*科尔福文化*/
	.kwh{width: 96.77%;margin: 0 auto;margin-top: 60px;border-bottom: 2px dashed #dddddd;padding-bottom: 58px;margin-bottom: 68px;}
	.kwha{width: 96.58%;margin: 0 auto;}
	.kwha_a h6{font-family: "Arial";font-size: 60px;color: #dfdfdf;font-weight: 900;letter-spacing: 3px;float: left;line-height: 40px;}
	.kwha_a img{float: left;margin-left: 20px;margin-top: 25px;width: 30%;}
	.kwha_b p{font-size: 35px;color: #635e60;font-weight: bold;letter-spacing: 1px;float: left;line-height: 35px;margin-top: -8px;margin-left: 4px;}
	.kwha_b p span{color: #0c468f;}
	.kwha_b img{float: left;margin-left: 31px;margin-top: 20px;width: 30%;}
	.kwhb{width: 96.58%;margin: 0 auto;}
	.kwhb_a{width: 50%;margin: 40px 0;padding-left: 5px;}
	.kwhb_a img{float: left;}
	.kwhb_w{margin-left: 20px;width: 70%;}
	.kwhb_w h6{font-size: 22px;color: #585858;font-weight: bold;line-height: 32px;}
	.kwhb_w p{font-size: 14px;color: #7b7b7b;line-height: 22px;margin-top: 10px;}
	#beit1{background: url(../images/k100.png) no-repeat center;background-size: 100% 100%;}
	
/*人力资源*/
	#beit2{background: url(../images/k101.png) no-repeat center;background-size: 100% 100%;}
	.kzy{width: 96.77%;margin: 0 auto;margin-top: 57px;border-bottom: 2px dashed #dddddd;padding-bottom: 58px;margin-bottom: 68px;}
	.kzya{width: 98%;margin: 0 auto;}
	.kzya img{width: 100%;}
	.zpxx_b{width: 96%;margin: 0 auto;margin-top: 55px;}
	.zpxx_ba2{background: #a9a9a9 url(../images/cgy35.png) no-repeat;background-position: right 20px bottom 20px;line-height: 55px;color: #fff;font-size: 14px;font-weight: bold;padding-left: 23px;cursor: pointer;margin-top: 3px;}
	.zpxx_bb{margin: 22px 23px 30px 23px;}
	.zpxx_bb p{line-height: 25px;color: #253547;}
	.zpxx_bb p span{font-size: 14px;}
	.zpxx_ba3{background: #ff8d55 url(../images/cgy34.png) no-repeat;background-position: right 20px bottom 20px;}
	
/*联系我们*/
	.klx{width: 96.77%;margin: 0 auto;margin-top: 57px;border-bottom: 2px dashed #dddddd;padding: 0 3.1%;padding-bottom: 58px;margin-bottom: 68px;}
	.lxds_dt{width: 100%;margin-top: 60px;}
	.klxx{width: 100%;margin-top: 71px;}
	.klxa .nlianxi{padding: 0 3% 42px 3%;}
	.klxa h1{text-align: left;margin-left: 9px;}
	.klxa h6{text-align: left;margin-left: 9px;}
	.klxa .nlianxia{width: 56.34%;margin-right: 0;}
	.klxa .nma{width: 70%;}
	.klxa .nyazm_a{width: 30%;}
	.klxa .nchenghu{margin-top: 0;}
	.klxa .nchenghu input{width: 100%;margin-bottom: 24px;}
	.klxa .nxuqiu{width: 100%;margin-bottom: 25px;margin-top: 0;}
	.klxa .klxa_a{margin-top: 32px;}
	.klxa .nlianxa{width: 51%;margin-right: -10%;margin-top: 61px;}
	.klxa .nlianxa h5{font-size: 24px;color: #fff;line-height: 30px;}
	.klxa .nlianxa h4{margin-left: 0;}
	.klxa .ntij {width: 100px;}
	
	
	
	
	.jiegou{width: 86%;margin: 0 auto;}
	.jiegou img{width: 100%;}

	
/*	新闻页修改*/
	.xwn_xw1{width: 90%;margin: 0 auto;margin-top: 15px;margin-bottom: 45px;}
	.xwn_xw1 img{width: 100%;}
	.xwnb > img{width: 80%;margin: 38px auto 0 auto;}
	.xwnb p a{font-size: 14px;color: #7b7b7b;font-weight: bold;}
	.xwn_wx1gd{width: 100%;margin: 0 auto;margin-bottom: 22px;margin-top: 52px;background: url(../images/xw2.png) no-repeat;padding-left: 30px;padding-top: 35px;background-size: 100% 100%;padding-bottom: 15px;}
	.xwn_wx1gd > h6{font-size: 18px;color: #ff7606;font-weight: bold;}
	.xwn_wx1gd > p{width: 80%;font-size: 14px;color: #4f4f4f;line-height: 20px;margin-top: 10px;}
	.xwn_wx1gda{margin-top: 10px;}
	.xwn_wx1gdaa p:nth-child(1){width: 45px;line-height: 27px;background: #0c468f;text-align: center;color: #fff;float: left;}
	.xwn_wx1gdaa p:nth-child(2){line-height: 27px;color: #fff;background: #ff8d55;padding: 0 10px;font-weight: bold;font-size: 16px;float: left;}
	.xwn_wx1gda > p{margin: 0 10px;font-size: 14px;color: #4f4f4f;line-height: 27px;}
	

	
	
	
	

	

	
	
	
@media (min-width: 850px){
	.topa_a{margin-top: 31px;}
	.topa_a img{width: 240px;}
	.topa_b{margin-left: 30px;}
	.nv_a p{font-size: 16px;}
	.liy_bt{margin-top: -6%;}
	.liy_dw{margin-right: 2%;}
	.cgala_ba{padding: 3% 0 3% 8%;}
	.cgala_baa{margin: 4% 0;}
	.khpjb{width: 740px;}
	.khpjc_a{width: 260px;}
	.zxrx_b{margin-left: 7%;}
	.ma{width: 120px;}
	.alla_w p{margin-top: 4%;}
	.alla_wa{margin-top: 5%;}
	.gync p:nth-child(2){margin: 0 60px;}

}
	
	
	
	
@media (min-width: 900px){
	.guan h6{font-size: 18px;letter-spacing: 2px;}
	.liy_dw{margin-right: 3%;}
	.cgala_ba{padding: 3.5% 0 3.5% 8%;}
	.cgala_baa{margin: 4% 0;}
	.zxrx_b{margin-left: 9%;}
	.ma{width: 140px;}
	.alla_w p{margin-top: 5%;}
	.alla_wa{margin-top: 7%;}
	.gync p:nth-child(2){margin: 0 70px;}
	.klxa .nlianxia{width: 53.34%;}
	.jiegou{width: 82%;}

}

@media (min-width: 950px){
	.topa_a{margin-top: 29px;}
	.topa_a img{wid th: 280px;}
	.cpzx_xt{width: 27%;}
	.cpzx_topa p{width: 46%;}
	.cpzxa_p{line-height: 34px;padding-left: 24px;margin-top: 9px;}
	.liy_bt{margin-top: -8%;}
	.liyou{height: 1250px;}
	.liy_dt{margin-top: 2%;margin-left: 7%;}
	.liy_dw{margin-right: 4%;}
	.cgala_ba{padding: 4% 0 4% 8%;}
	.cgala_baa{margin: 4.2% 0;}
	.khpjb{width: 840px;}
	.khpjc_a{width: 295px;}
	.changj_b1{height: 361px;}
	.zxrx_b{margin-left: 11%;}
	.ma{width: 160px;}
	.alla_w p{margin-top: 6%;}
	.alla_wa{margin-top: 9%;}
	.xwla_a{width: 68%;}
	.gync p:nth-child(2){margin: 0 80px;}
		
}
	
	
	
	
@media (min-width: 1000px){	
	.topa_a{margin-top: 28px;}
	.topa_a img{w idth: 310px;}
	.topa_b{margin-left: 35px;}
	.cpzxa_p{margin-top: 12px;}
	.cpzxa_ab{margin-top: 34%;}
	.liy_bt{margin-top: -12%;}
	.liyou{height: 1280px;}
	.cgala_ba{padding: 4.5% 0 4.5% 8%;}
	.cgala_baa{margin: 4.2% 0;}
	.guany_bb p{height: 110px;}
	.zxrx_b{margin-left: 13%;}
	.cplya_wa{width: 100%;margin-top: 15px;}
	.alla_wa{margin-top: 11%;}
	.alna_w p{height: 96px;}
	.xwla_a{width: 69%;margin-left: 5%;}
	.gync p:nth-child(2){margin: 0 100px;}
	.jiegou{width: 80%;}
	
}
	
	
@media (min-width: 1100px){
	.cpzxa_p{line-height: 36px;}
	.liy_bt{margin-top: -14%;}
	.liyou{height: 1320px;}
	.cgala_ba{padding: 5% 0 5% 8%;}
	.cgala_baa{margin: 5% 0;}
	.khpjb{width: 980px;}
	.khpjc_a{width: 344px;}
	.changj_b1{height: 367px;}
	.alla_t{width: 52%;}
	.alla_wa{margin-top: 15%;}
	.hzhba_a{width: 42%;}

}
	
	
	

}

.dede_pages{ float:right;display: flex;display: -webkit-flex;
}
.dede_pages ul{display: flex;display: -webkit-flex;
	float:left;
	padding:12px 0px 12px 16px;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;padding:7px 5px;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:#690;
	text-decoration:none;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#F8F8F8;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
@media(max-width:760px)
{
.dede_pages,.dede_pages ul{ float:none; justify-content: center; 
}
.dede_pages ul li{ display:inline-block; float:none; }	
	
    /*网站地图*/
	.wzdt{width: 96%;margin: 0 auto;}
	.wzdt_a{border: solid 2px #e5e5e5;margin-top: 22px;}
	.wzdt_a h1{width: 96%;margin: 0 auto;border-bottom: 1px solid #f2f2f2;margin-top: 5px;}
	.wzdt_a h1 a{font-size: 16px;color: #505050;font-weight: bold;line-height: 45px;}
	.wzdt_a p{margin: 0 25px;}
	.wzdt_a p a{color: #505050;line-height: 42px;margin-right: 15px;}
	.wzdt_a p a:hover{color: #0665d0}
	/*网站地图*/
	/*404*/
    .fzfbox{width:100%;margin:0 auto;background:#ededed;padding:30px;}
.fzf1{width:90%;margin:15px auto;}
.fzf1 img{width:100%;margin:0 auto;}
.fzf2{width:100%;margin:0 auto;}
.fzf2 p{font-size:18px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1{width:100%;margin:0 auto;}
.fzf2-1 p{font-size:16px;color:#434343;text-align:center;line-height:30px;}
.fzf2-1 p span{color:#333;}
.fzf3{width:310px;margin:15px auto;}
.fzf3z{float:left;width:116px;}
.fzf3z img{width:100%;margin:0 auto;}
.fzf3y{float:right;width:140px;}
.fzf3y img{width:100%;margin:0 auto;}   
    /*404*/
    
    
.clearfix{ clear:both;}
.fl{ float: left;}
.fr{float:right}
body{margin:0; padding:0;font-size: 0.75rem;max-width: 760px;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal;}
* img{display:block;}
input{padding:0;margin:0;outline:none;border-radius: 0;-webkit-appearance: none;}
textarea{border-radius: 0;-webkit-appearance: none;}
.pc{display: none;}
.mob{display: block;}
.pb1{display: none;}
*{box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
}

	
	
/*top*/
	.stop{width: 100%;background: #fff;}
	.stop_a{width: 92%;margin: 0 auto;padding: 4% 0;}
	.stop_a1{width: 70px;margin-top: 3%;}
	.stop_a > p{color: #6d6d6d;font-size: 0.75rem;line-height: 18px;margin-left: 3%;float: left;margin-top: 2%;display: none;}
	.stop_a > p span{color: #0c468f;font-size: 0.8rem;font-weight: bold;}
	.stop_a2{width: 10%;margin-right: 0%;margin-top: 1%;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg);     /* IE 9 */
	-moz-transform:rotate(0deg);    /* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg);
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
	.ydmenu li{float:left;width:30%;text-align:center;border:1px solid #0c468f;margin:0px 1.666%;border-radius:15px;margin-top: 10px;}
	.ydmenu li a{color:#047cd8;display:inline-block;width:100%;text-align:center;font-size:0.85rem;line-height:26px;}
	.ydmenu li a p{color:#686868;display:inline-block;}
	.ydmenu li:hover{background: #77d2f3;}
	.ydmenu li:hover a p{color: #fff;}
	.ydmenu{overflow:hidden;background: rgba(255,255,255,0.9);border-left:1px solid #fff;width:100%;position:absolute;left:0;top:100%;right:0;z-index:9999;height:0;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
	.stop_a2.on{transform:rotate(90deg);
	-ms-transform:rotate(90deg);     /* IE 9 */
	-moz-transform:rotate(90deg);    /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg);
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;}
	.topd_a{width: 50%;margin-top: 1%;}
	.topd_a img{width: 100%;}
	
	
/*手机banner*/
	.vb-a{ width:100%;overflow: hidden;}
	.vb-mn{ width:300%;}
	.vb-mn img{ width: 33.3333%; float: left;}
	
/*nav*/
	.nav{position: relative;}
	
/**手机导航**/
	.dan-xia{ width:100%;background-color: #0c468f;position: fixed;bottom: 0;z-index: 1100;}
	.dan-xib{ width:calc(100% / 4);float: left;padding: 3% 0;border-left: 1px solid #fff;}
	.dan-xid{display: table;margin: 0 auto;}
	.dan-xid img{float: left;width: 20px;}
	.dan-xid p{ color:#fff; font-size: 0.8rem;margin-left: 5px;line-height: 22px;float: left;}
	.linh-ai{ margin-left: 16%;}
	.zxdh{width: 40px;position: absolute;left: calc(50% - 20px);top: -20px;}
	.zxdh img{width: 100%;}
	
/*产品中心*/
	.cpzx{margin: 0 auto;margin-top: 8%;width: 100%;}
	.cpzx_top h6{text-align: center;font-family: "Arial";font-size: 1.5rem;color: #ebebeb;line-height: 1.5rem;font-weight: 800;letter-spacing: 2px;}
	.cpzx_topa{width: 100%;position: relative;margin-top: -10px;}
	.cpzx_xt{width: 25%;border-bottom: 1px solid #ebebeb;margin-top: 8px;}
	.cpzx_xta{width: 30%;height: 3px;background: #dddddd;}
	.cpzx_topa p{width: 50%;text-align: center;font-size: 1rem;color: #635e60;font-weight: bold;line-height: 20px;}
	.cpzx_topa p span{color: #0c468f;}
	.cpzx_top > p{text-align: center;color: #b4b4b4;font-size: 0.75rem;line-height: 26px;}
	.cpzxa{margin-top: 5%;width: 100%}
	.cpzxa_a{width: 100%;}
	.cpzxa_ac{background: url(../images/k55.png) no-repeat center;background-size: 100% 100%;padding: 3% 0;}
	.cpzxa_ab p{width: 49%;text-align: center;line-height: 30px;float: left;}
	.cpzxa_ad{background: #0c468f;padding: 2% 0;margin-top: -1px;}
	.cpzxa_ab p a{color: #fff;font-size: 1rem;}
	.cpzxa_am{width: 28%;margin: 0 auto;text-align: center;line-height: 26px;background: #0c468f;border-bottom-left-radius: 8px;border-bottom-right-radius: 8px;color: #fff;font-size: 1rem;margin-top: -1px;}
	.cpzxa_am a{ color:#fff;}
	.cpzxa_b{width: 89.33%;float: none;margin: 0 auto;margin-top: 5%;}
	.cpzxa_ba{width: 46%;margin-bottom: 4%;}
	.cpzxa_ba:nth-child(2n+1){float: left;}
	.cpzxa_ba:nth-child(2n){float: right;}
	.cpzxa_bat{width: 100%;border: 1px solid #e5e5e5;border-bottom: 4px solid #e5e5e5;}
	.cpzxa_bat img{width: 100%; height: 109px;}
	.cpzxa_baw{width: 100%;}
	.cpzxa_baw p{width: 98%;overflow: hidden;line-height: 30px;float: none;}
	.cpzxa_baw p a{width: 100%;color: #7b7b7b;font-size: 0.9rem;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cpzxa_more{width: 50px;height: 24px;background: #ff8d55;line-height: 24px;text-align: center;float: right;margin-top: 1%;}
	.cpzxa_more a{color: #fff;font-size: 0.8rem;}
	.cpzxa_zx{width: 40px;height: 24px;background: #0c468f;text-align: center;line-height: 24px;float: left;margin-right: 5px;margin-top: 1%;}
	.cpzxa_zx a{color: #fff;font-size: 0.8rem;}
	
/*4大理由*/
	.liyou{width: 100%;margin-top: 8%;}
	.liy_a{width: 89.33%;margin: 0 auto;}
	.liy_a > img{width: 100%;}
	.liy_aa p{float: left;font-size: 0.75rem;color: #8a8a8a;line-height: 22px;width: 90%}
	.liy_aa img{display: none;}
	.liyou{width: 100%;position: relative;overflow: hidden;}
	.liyoua{width: 400%;}
	.liyoua_a{width: 25%;position: relative;}
	.liyoua_at{width: 100%;}
	.liyoua_at img{width: 100%;}
	.liyoua_w{width: 94%;position: absolute;left: 5%;top: 6%;}
	.liyoua_w1{width: 100%;}
	.liyoua_w1 img{width: 15%;float: left;}
	.liyoua_w1 h6{float: left;width: 79%;margin-left: 5%;font-size: 1.15rem;line-height: 22px;color: #fff;font-weight: bold;margin-top: 6%;}
	.liyoua_w > p{font-size: 0.9rem;color: #fff;line-height: 22px;height: 110px;overflow: hidden;width: 65%;margin-top: 3%;}
	.liyoua_w2 > p{width: 65%;margin: 0 auto;}
	.liyoua_w3 > p{width: 65%;margin-left: 20%;}
	.lyan{position: absolute;bottom: 5%;left: calc(50% - 54px);}
	.lyan_a{width: 15px;height: 15px;background: #cccccc;border-radius: 50%;margin: 0 6px;}
	.lyan_aa{background: #fff;}
	
/*成功案例*/
	.cgal{margin-top: 8%;}
	.cgala{width: 89.33%;margin: 0 auto;margin-top: 5%;}
	.cgala_a{width: 100%;background: #3b3b3b url(../images/k63.png) no-repeat right 5% top 45%;padding: 3% 5%;}
	.m_al>div.cgala_a:last-of-type a{ display:block; color:#fff; font-weight:bold;}
	.cgala_aa{background: #0c468f url(../images/k64.png) no-repeat right 5% top 50%;}
	.cgala_a p{font-size: 1rem;line-height: 24px;color: #fff;font-weight: bold;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cgala_xt{width: 70%;border-bottom: 1px solid rgba(235,235,235,0.4);margin-top: 5px;}
	.cgala_xt1{width: 40px;height: 2px;background: rgba(221,221,221,0.4);}
	.cgala_t{width: 100%;}
	.cgala_t img{width: 100%;}

	
/*客户评价*/
	.khpj{margin: 0 auto;margin-top: 8%;width: 100%;}
	.kpjja{width: 98%;margin: 0 auto;margin-top: 28px;position: relative;}
	.khpjn_z{position: absolute;width: 20px;height: 40px;left: 23px;top: calc(50% - 30px);cursor: pointer;}
	.khpjn_z img{width: 100%;}
	.khpjn_y{position: absolute;width: 20px;height: 40px;right: 23px;top: calc(50% - 30px);cursor: pointer;}
	.khpjn_y img{width: 100%;}
	.khpja_x{width: 60%;margin: 0 auto;overflow: hidden;}
	.hkpja_m{width: 1000%;}
	.khpja_a{width:calc(100% /10);padding-right: 4px;}
	.khpja_w{width: 100%;margin: 0 auto;border: 1px solid #e5e5e5;padding: 4% 2%;}
	.khpja_a h6{line-height: 24px;width: 90%;overflow: hidden;margin: 0 auto;}
	.khpja_a h6 a{font-size: 1rem;color: #5b5b5b;font-weight: bold;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.khpja_a p{line-height: 22px;height: 88px;overflow: hidden;margin: 0 auto;margin-top: 3%;width: 90%;}
	.khpja_a p a{color: #5b5b5b;font-size: 0.9rem;}
	.khpj_more{display: none;}
	.chank_more{width: 30%;line-height: 32px;background: #0c468f;text-align: center;margin: 0 auto;margin-top: 3%;}
	.chank_more a{font-size: 0.9rem;color: #fff;}
	
/*关于科尔福*/
	.guanyu{width: 89.33%;margin: 0 auto;margin-top: 8%;}
	.guany_a{width: 100%;float: none;margin-top: 5%;}
	.guany_a img{width: 100%;}
	.guany_b{width: 100%;float: none;}
	.guany_ba{width: 100%;}
	.guany_ba h5{text-align: right;font-family: "Arial";font-size: 1.5rem;color: #ebebeb;line-height: 30px;font-weight: 800;letter-spacing: 2px;}
	.guany_ba h6{text-align: right;font-size: 1.1rem;color: #635e60;font-weight: bold;line-height: 20px;position: relative;margin-top: -10px;}
	.guany_ba h6 span{color: #0c468f;}
	.guany_ba p{text-align: right;color: #b4b4b4;font-size: 14px;line-height: 20px;}
	.guany_bb{width: 100%;margin-top: 3%;}
	.guany_bb h6{line-height: 30px;text-indent: 1em;}
	.guany_bb h6 a{font-size: 1.1rem;color: #575757;font-weight: bold;}
	.guany_bb p{line-height: 24px;height: 150px;overflow: hidden;text-indent: 2em;margin-top: 2%;}
	.guany_bb p a{color: #575757;font-size: 1rem;}
	.guany_more{width: 115px;height: 32px;margin-top: 16px;border: 1px solid #0c468f;text-align: center;line-height: 32px;float: left;}
	.guany_more a{font-size: 14px;color: #0c468f;}

/*合作客户*/
	.hzkh{width: 100%;margin-top: 8%;}
	.khpja{width: 100%;background: #0c468f;position: relative;padding: 7% 5% 5% 5%;margin-top: 5%;}
	.khpja_z{position: absolute;width: 20px;height: 40px;left: 23px;top: calc(50% - 30px);cursor: pointer;}
	.khpja_z img{width: 100%;}
	.khpja_y{position: absolute;width: 20px;height: 40px;right: 23px;top: calc(50% - 30px);cursor: pointer;}
	.khpja_y img{width: 100%;}
	.khpjb{wi dth: 60%;margin: 0 auto;overflow: hidden;}
	.khpjc{width: 800%;}
	.khpjc_a{width: 4.2%;}
	.khpjc_t{width: 100%;border: 1px solid #e5e5e5;}
	.khpjc_t img{width: 100%;}
	.khpjc_a p{line-height: 35px;width: 100%; text-align:center;}
	.khpjc_a p a{color: #f4f4f4;font-size: 0.8rem}
	
/*新闻中心*/
	.xinw{margin: 0 auto;margin-top: 8%;width: 100%;}
	.xin_chang{width: 89.333%;margin: 0 auto;margin-top: 5%;}
	.xin{width: 100%;}
	.xina{display: table;margin: 0 auto;}
	.xina_p{width: 80px;height: 40px;background: #fff;border: 1px solid #e5e5e5;text-align: center;line-height: 40px;font-size: 0.9rem;color: #626262;cursor: pointer;margin: 0 5px}
	.xina_pa{position: relative;color: #0c468f;border-bottom: none;}
	.xinb{width: 100%;border: 1px solid #e5e5e5;padding: 5% 3%;margin-top: -1px;}
	.xinb_wa{width: 100%;}
	.xinb_waa{width: 56px;height: 52px;background: #0c468f;padding-top: 8px;}
	.xinb_waa p{text-align: center;}
	.xinb_waa p a{color: #fff;font-size: 0.85rem;line-height: 18px;}
	.xinb_waa p span{font-family: "Arial";font-size: 1.3rem;font-weight: 900;}
	.xinc_b{width: 90%;float: none;margin: 0 auto;}
	.xinc_ba{width: 100%;}
	.xinc_w{width: 100%;border-bottom: 2px dashed #dddddd;margin-bottom: 5%;padding: 0 3px 5% 0;}
	.xinc_wb{width: 70%;margin-left: 6%;}
	.xinc_wb h6{width: 100%;line-height: 22px;height: 52px;overflow: hidden;}
	.xinc_wb h6 a{color: #626262;font-weight: bold;width: 100%;font-size: 0.95rem;line-height: 26px;}
	.xinc_wb p a{ color:#919191;}
	.xinc_bm{width: 35%;height: 32px;border: 1px solid #0c468f;text-align: center;line-height: 32px;margin: 0 auto;float: none;}
	.xinc_bm a{color: #0c468f;font-size: 0.9rem;}

	
/*联系我们*/
	.lianx{margin: 0 auto;margin-top: 8%;width: 89.33%;}
	.lianxb{width: 100%;float: none;}
	.lianxb > h6{text-align: right;font-family: "Arial";font-size: 2rem;color: #ebebeb;line-height: 30px;font-weight: 800;letter-spacing: 1px;margin-right:3%;}
	.lianxi{width: 100%;border: 1px solid #e5e5e5;background: #fff;position: relative;z-index: 4;margin-top: -8px;padding: 3% 4%;}
	.lianxia{width: 100%;}
	.lianxia h6{font-size: 1.2rem;color: #635e60;line-height: 30px;font-weight: bold;text-align: right;}
	.lianxia h6 span{color: #0c468f;}
	.chenghu{width: 100%;margin-top: 4%;}
	.chenghu input{width: 48%;line-height: 35px;height: 35px;background: #f4f4f4;border: none;font-size: 0.85rem;color: #979797;padding-left: 5px;}
	.xuqiu{width: 100%;margin-top: 6%;}
	.xuqiu textarea{width: 100%;height: 100px;background: #f4f4f4;border: none;font-size: 0.85rem;color: #979797;padding-left: 17px;line-height: 28px;}
	.yazm{width: 100%;margin-top: 4%;}
	.ma{width: 25%;height: 35px;background: #f4f4f4;border: none;font-size: 0.85rem;color: #979797;padding-left: 0px;}
	.yazm_a{width: 60px;height: 35px;background: #a1a1a1;}
	.yazm_a img{display: table;margin: 0 auto;cursor: pointer;width: 100%; height:100%;}
	.chongz{width: 22%;height: 35px;line-height: 35px;background: #c3c3c3;text-align: center;color: #fff;font-size: 0.9rem;margin-left: 2%;border: none;cursor: pointer;}
	.tij{width: 22%;height: 35px;line-height: 35px;background: #c3c3c3;text-align: center;color: #fff;font-size: 0.9rem;border: none;cursor: pointer;}
	#bianse{background: #ff8d55;}
	.chongz:hover{background: #ff8d55;}
	
/*页脚*/
	.banq{height: 50px;line-height: 24px;background: #343434;padding: 2% 5% 42% 5%;margin-top: 8%;}
	.banq p{font-size: 14px;color: #a3a3a3;text-align: center;}
	.banq p a{color: #a3a3a3;font-size: 0.85rem;transition: all ease 0.3s;}
	.banq p a:hover{color: #0c468f;}
	
/*产品列表页*/	
	.sjneib{width: 100%;}
	.sjneib img{width: 100%;}
	.chanlie{margin: 0 auto;width: 92%;margin-top: 5%;}
	.cplz{width: 100%;float: none;}
	.cplza{width: 100%;}
	.cplza_a{width: 100%;margin-top: 3%;}
	.cplza_a h1{color: #0c468f;font-size: 1.5rem;font-family: "Arial";line-height: 34px;font-weight: 900;text-align: center;}
	.cplza_a h6{color: #0c468f;font-size: 1.5rem;font-family: "Arial";line-height: 34px;font-weight: 900;text-align: center;}
	.cplza_a p{font-size: 1.2rem;color: #635e60;font-weight: bold;letter-spacing: 1px;text-align: center;margin-top: -2px;}
	.cplza_xt{width: 28px;height: 3px;background: #27c4bd;margin-top: 12px;margin: 0 auto;}
	.cplza_baa{width: 100%;margin: 0 auto;}
	.cplza_h{width: 100%;background: #0c468f;line-height: 30px;color: #fff;margin: 3% 1.666%;text-align: center;border-radius: 15px;}
	.cplza_h a{color: #fff;font-size: 1rem;}
	.cplza_h{font-size: 1rem;}
	.cplza_ha{background: #ff8d55 !important;}
	.cplza_w{width: 100%;display: none;}
	.cplza_wa{display: flex;display: -webkit-flex;justify-content: center; flex-direction: row;flex-wrap: wrap;}
	.cplza_w p{float: left;line-height: 26px;text-align: center; margin-bottom:5px; width:34%; padding-left:5px;}
	#cplza_bpa{color: #ff8d55;}
	#cplza_bpa a{color: #ff8d55;}
	.cplza_w p a{font-size: 0.9rem;color: #636363; background:#0c468f; border-radius:10px;  display:block; color:#fff; padding:3px 6px; box-sizing:border-box;}
	
	@media (max-width:400px) {
		.cplza_w p{ width:49%;}
		
		}
	.cplza_baa{width: 100%;}
	.cplza_baa  table{width: 100%;}
	.cplza_baa  td{border: 1px solid #000;}
	.cplza_baa tr a{line-height: 30px;color: #635e60;}
	.cplza_baa .cptr1{width: 100%;}
	.cplza_baa .cptr1 a{font-size: 1rem;}
	.cplza_baa .cptr2{width: 100%;}
	.cplza_baa .cptr2 a{font-size: 0.9rem;}
	
	.cply{width: 100%;margin-top: 4%;float: none;}
	.mbx{width: 100%;margin-left: 5px; margin-bottom:10px;}
	.mbx p{float: left;line-height: 30px;color: #989898;}
	.mbx p a{font-size: 12px;color: #989898;}
	.mbx p a:hover{color: #0c468f;}
	.cplya{width: 100%;margin: 0 auto;margin-top: 3%;}
	.cplya_a{width: 100%;background: #fff;border-bottom: 2px dashed #d7d7d7;margin-top: 4%;padding-bottom: 4%;}
	.cplya_a:hover{background: #f6f6f6;}
	.cplya_t{width: 40%;border: 1px solid #e5e5e5;border-bottom: 4px solid #e5e5e5;}
	.cplya_t img{width: 100%;}
	.cplya_w{width: 56%;}
	.cplya_w h6{line-height: 22px;border-left: 3px solid #dddddd;padding-left: 12px;width: 100%;overflow: hidden;}
	.cplya_w h6 a{font-size: 0.95rem;color: #272727;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.cplya_w p:nth-child(2){float: left;margin-left: 12px;}
	.cplya_w p:nth-child(3){display: none;}
	.cplya_w p{line-height: 22px;margin-top: 2%;height: 44px;overflow: hidden;width: 100%;}
	.cplya_w p a{font-size: 0.9rem;color: #7b7b7b;}
	.cplya_wa{width: 100%;margin-top: 4%;}
	.cplya_zx{width: 45px;height: 27px;background: #0c468f;line-height: 27px;text-align: center;margin-left: 9px;}
	.cplya_zx a{font-size: 12px;color: #fff;}
	.cplya_mo{width: 55px;height: 27px;background: #ff8d55;line-height: 27px;text-align: center;}
	.cplya_mo a{font-size: 12px;color: #fff;}
	.pagelist{float: none;display: table;margin: 0 auto;margin-top: 5%;}
	.syy{width: 54px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 5px;}
	.syy a{font-size: 14px;color: #7b7b7b;}
	.pagelist li{width: 33px;height: 31px;border: 1px solid #d4d4d4;line-height: 31px;text-align: center;margin: 0 5px;}
	.pagelist li a{font-size: 14px;color: #7b7b7b;}
	.yema li:hover{background: #0c468f;border-color: #0c468f;}
	.yema li:hover a{color: #fff;}
	.thisclass{background: #0c468f;border-color: #0c468f;}
	.thisclass a{color: #fff;}
	
	
	.nlianxb{width: 100%;float: none;margin-top: 8%;}
	.nlianxb > h6{text-align: right;font-family: "Arial";font-size: 2rem;color: #ebebeb;line-height: 30px;font-weight: 800;letter-spacing: 1px;margin-right:3%;}
	.nlianxi{width: 100%;border: 1px solid #e5e5e5;background: #fff;position: relative;z-index: 4;margin-top: -8px;padding: 3% 4%;}
	.nlianxia{width: 100%;}
	.nlianxia h6{font-size: 1.2rem;color: #635e60;line-height: 30px;font-weight: bold;text-align: right;}
	.nlianxia h6 span{color: #0c468f;}
	.nchenghu{width: 100%;margin-top: 4%;}
	.nchenghu input{width: 48%;line-height: 35px;height: 35px;background: #f4f4f4;border: none;font-size: 0.85rem;color: #979797;padding-left: 5px;}
	.nxuqiu{width: 100%;margin-top: 6%;}
	.nxuqiu textarea{width: 100%;height: 100px;background: #f4f4f4;border: none;font-size: 0.85rem;color: #979797;padding-left: 17px;line-height: 28px;}
	.nyazm{width: 100%;margin-top: 4%;}
	.nma{width: 25%;height: 35px;background: #f4f4f4;border: none;font-size: 0.85rem;color: #979797;padding-left: 0px;}
	.nyazm_a{width: 60px;height: 35px;background: #a1a1a1;}
	.nyazm_a img{display: table;margin: 0 auto;cursor: pointer;width: 100%;height:100%;}
	.nchongz{width: 22%;height: 35px;line-height: 35px;background: #c3c3c3;text-align: center;color: #fff;font-size: 0.9rem;margin-left: 2%;border: none;cursor: pointer;}
	.ntij{width: 22%;height: 35px;line-height: 35px;background: #c3c3c3;text-align: center;color: #fff;font-size: 0.9rem;border: none;cursor: pointer;}
	#nbianse{background: #ff8d55;}
	.nchongz:hover{background: #ff8d55;}
	
/*产品内页*/
	.cpn{width: 100%;margin: 0 auto;margin-top: 5%;}
	.cpna{width: 100%;background: #f6f6f6;padding: 5%;}
	.cpna_t{width: 100%;border: 1px solid #e5e5e5;border-bottom: 3px solid #dedddd;}
	.cpna_t img{width: 100%;}
	.cpna_w{width: 100%;position: relative;margin-top: 2%;}
	.cpna_w > h1{width: 100%;line-height: 24px;color: #0c468f;font-size: 1rem;border-left: 3px solid #dddddd;padding-left: 13px;font-weight: bold;}
	.cpna_w p{line-height: 24px;color: #7b7b7b;font-size: 0.85rem;margin-top: 2%;margin-left: 16px;}
	.cpna_zx{width: 50px;height: 22px;background: #0c468f;line-height: 22px;color: #fff;text-align: center;margin-top: -21px; }
	.cpna_dh{width: 100%;}
	.cpna_dh h1{text-align: center;width: 140px;height: 27px;background: #ff8d55;line-height: 27px;font-size: 1rem;font-family: "Arial";font-weight: 900;color: #fff;float: right;}
	.cpna_dh .h{text-align: center;width: 140px;height: 27px;background: #ff8d55;line-height: 27px;font-size: 1rem;font-family: "Arial";font-weight: 900;color: #fff;float: right;}
	.cpna_dh h1 a{ color:#fff;}
	
	.cpna_dh .h a{ color:#fff;}
	.cpnb{width: 100%;}
	.cpnb_a{width: 100%;margin: 0 auto;border-bottom: 2px dashed #dddddd;padding-bottom: 10%;}
	.cpnb_top{width: 100%;border-bottom: 1px solid #ebebeb;margin-top: 4%;}
	.cpnb_top p{font-size: 1rem;color: #0c468f;line-height: 30px;border-bottom: 3px solid #0c468f;display: inline-block;}
	.cpnb_at{width: 100%;margin-top: 5%;  color:#7b7b7b; line-height:26px; font-size:14px;}
	.cpnb_at img{float: left;border: 1px solid #e5e5e5;border-bottom: 3px solid #dedddd; max-width:100%;}
	.cpnb_at1{margin: 0 1.445%;}
	.cpnb_aw{width: 100%;margin-top: 4%;}
	.cpnb_aw h1{font-size: 0.95rem;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 10px;}
	.cpnb_aw p{line-height: 24px;color: #4d4d4d;margin-left: 13px;margin-top: 16px;font-size: 0.9rem;}
	.cpnb_ab{width: 100%;margin-top: 5%;}
	.cpnb_ab h1{font-size: 0.95rem;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 17px;margin-bottom: -5px;}
	.cpnb_ab1{width: 100%;margin-top: 5%;}
	.cpnb_ab1 img{float: left;width: 41%;}
	.cpnb_ab1 p{float: left;width: 56%;background: url(../images/k71.png) no-repeat left 0 top 0;line-height: 20px;color: #646464;margin-left: 3%;margin-top: 1%;padding-top: 3%;font-size: 0.8rem;}
	.cpnb_ac{width: 100%;background: #f6f6f6;margin-top: 5%;padding: 4%;}
	.cpnb_ac p{line-height: 24px;color: #646464;background: url(../images/k71.png) no-repeat top 12px left 0;padding-left: 13px;font-size: 0.85rem;}
	.cpnb_bg{width: 100%;margin-top: 29px;}
	.cpnb_bg h1{font-size: 0.95rem;color: #0c468f;border-left: 3px solid #dddddd;line-height: 24px;padding-left: 17px;margin-bottom: 4%;}
	table{width: 100%;}
	.table2{display: none;}
	.tr1{width: 100%;background: #a1a1a1;}
	.tr1 td{height: 40px;color: #fff;text-align: center;}
	.tr1 td:nth-child(1){width: 16%;}
	.tr1 td:nth-child(2){width: 22%;}
	.tr1 td:nth-child(3){width: 22%;}
	.tr1 td:nth-child(4){width: 22%;}
	.tr1 td:nth-child(5){width: 18%;}
	.td1{border-right: 3px solid #fff;}
	.td2{border-right: 3px solid #fff;}
	.td3{border-right: 3px solid #fff;}
	.td4{border-right: 3px solid #fff;}
	.tr2{background: #f6f6f6;width: 100%;}
	.tr2 td{height: 28px;text-align: center;color: #646464;border-top: 3px solid #fff;}
	.tr3{background: #e6f3f2;width: 100%;}
	.tr3 td{height: 28px;text-align: center;color: #646464;border-top: 3px solid #fff;}
	.fhlb{width: 100px;height: 30px;background: #ff8d55;text-align: center;line-height: 30px;margin-right: 1.6115%;margin-top: -15px;margin-bottom: 9px;}
	.fhlb a{color: #fff;font-size: 0.95rem;}
	
/*成功案例列表页*/
	.all{width: 100%;margin: 0 auto; overflow:hidden;}
	.all>div{ overflow:hidden;}
	.alla_a{width: 49%;background: #fff;margin-top: 8%; float:left}
	.all .alla_a:nth-of-type(2n){ float:right;}
	.alla_a:hover{background: #f6f6f6;}
	.alla_t{width: 100%;}
	.alla_t img{width: 100%;}
	.alla_w{width: 100%;}
	.alla_w h6{line-height: 22px;border-left: 3px solid #dddddd;padding-left: 12px;width: 100%;overflow: hidden;margin-top: 4%;}
	.alla_w h6 a{font-size: 1rem;color: #272727;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
	.alla_w p{line-height: 22px;margin-top: 2%;height: 66px;overflow: hidden;display: none;}
	.alla_w p a{font-size: 0.85rem;color: #7b7b7b;}
	.alla_wa{width: 100%;margin-top: 2%;display: none;}
	.alla_zx{width: 40px;height: 27px;background: #0c468f;line-height: 27px;text-align: center;margin-left: 9px;}
	.alla_zx a{font-size: 0.85rem;color: #fff;}
	.alla_mo{width: 55px;height: 27px;background: #ff8d55;line-height: 27px;text-align: center;}
	.alla_mo a{font-size: 0.85rem;color: #fff;}
	
/*案例内页*/
	.aln{width: 100%;margin: 0 auto;margin-top: 2%;}
	.alna{width: 100%;background: #f6f6f6;padding: 5%;}
	.alna_t{width: 100%;border: 1px solid #e5e5e5;border-bottom: 3px solid #dedddd;}
	.alna_t img{width: 100%;}
	.alna_w{width: 100%;position: relative;margin-top: 2%;}
	.alna_w > h1{width: 100%;line-height: 24px;color: #444444;font-size: 1rem;border-left: 3px solid #dddddd;padding-left: 13px;}
	.alna_w p{line-height: 24px;color: #7b7b7b;font-size: 0.85rem;margin-top: 2%;margin-left: 16px;}
	.alna_zx{width: 50px;height: 22px;background: #0c468f;line-height: 22px;color: #fff;text-align: center;margin-top: 1%;}
	.alna_dh{width: 100%;}
	.alna_dh h1{text-align: center;width: 140px;height: 27px;background: #ff8d55;line-height: 27px;font-size: 1rem;font-family: "Arial";font-weight: 900;color: #fff;float: right;}
	.alnb{width: 100%;padding-bottom: 10%;border-bottom: 2px dashed #dddddd;}
	.alnb_top{width: 100%;border-bottom: 1px solid #ebebeb;margin-top: 4%;}
	.alnb_top p{font-size: 1rem;color: #0c468f;line-height: 32px;border-bottom: 3px solid #0c468f;display: inline-block;}
	.alnb_a{width: 95.777%;margin: 0 auto;margin-top: 5%;}
	.alnb_a h1{font-size: 0.95rem;color: #0c468f;border-left: 3px solid #dddddd;line-height: 22px;padding-left: 10px;}
	.alnb_a p{font-size: 0.9rem;color: #4d4d4d;line-height: 24px;margin-top: 3%;width: 100%;padding-left: 10px;}
	.alnb_a img{width: 100%;margin: 0 auto;margin-top: 5%;}
	.fhlba{margin-right: 0;}
	
/*评价列表页*/
	.pjl{width: 96.77%;margin: 0 auto;margin-top: 5%;}
	.pjla{width: 100%;background: #fff;padding: 6% 2%;border-bottom: 2px dashed #d7d7d7;transition: all ease 0.3s;}
	.pjla_a{width: 70%;}
	.pjla_a h6{line-height: 22px;border-left: 3px solid #dddddd;padding-left: 10px;width: 100%;overflow: hidden;}
	.pjla_a h6 a{font-size: 1rem;color: #272727;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
	.pjla_a p{line-height: 24px;height: 48px;overflow: hidden;margin-top: 2%;margin-left: 10px;width: 98%;}
	.pjla_a p a{color: #7b7b7b;font-size: 0.9rem}
	.pjla_more{width: 60px;height: 27px;line-height: 27px;text-align: center;background: #ff8d55;margin-top: 28px;}
	.pjla_more a{color: #fff;transition: all ease 0.3s;}
	.pjla:hover{background: #f6f6f6;}
	.pjla_more:hover a{margin-left: 8px;}
	
/*合作伙伴*/
	.hzhb{width: 100%;margin: 0 auto;}
	.hzhba{width: 100%;padding: 0% 4%}
	.hzhba_a{width: 100%;margin: 4% 0;}
	.hzhba_a img{width: 100%;border: 1px solid #e5e5e5;}
	.hzhba_a h6{font-size: 1rem;color: #272727;line-height: 22px;border-left: 3px solid #dddddd;padding-left: 10px;margin-left: 5px;margin-top: 5%;}
	.hzhba_a p{font-size: 0.8rem;color: #7b7b7b;line-height: 22px;margin-left: 5px;margin-top: 2%;}
	
/*新闻列表页*/
	.xwl{width: 100%;margin: 0 auto;margin-top: 0%;}
	.xwla{width: 100%;background: #fff;padding: 6% 2%;border-bottom: 2px dashed #d7d7d7;transition: all ease 0.3s;}
	.xwla_a{width: 73%;margin-left: 4%;}
	.xwla_a h6{line-height: 22px;width: 100%;overflow: hidden;margin-top: 3%;}
	.xwla_a h6 a{font-size: 1rem;color: #626262;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: bold;}
	.xwla_a p{line-height: 22px;height: 22px;overflow: hidden;margin-top: 5px;width: 100%;}
	.xwla_a p a{color: #7b7b7b;font-size: 0.85rem;}
	.xwla_more{width: 69px;height: 27px;line-height: 27px;text-align: center;background: #ff8d55;margin-top: 18px;display: none;}
	.xwla_more a{color: #fff;transition: all ease 0.3s;}
	.xwla:hover{background: #f6f6f6;}
	.xwla_more:hover a{margin-left: 8px;}
	.xwla_rq{width: 64px;height: 64px;background: #0c468f;padding-top: 12px;}
	.xwla_rq p{text-align: center;line-height: 16px;}
	.xwla_rq p a{color: #fff;font-size: 0.8rem;}
	.xwla_rq p span{font-family: "Arial";font-size: 1.5rem;font-weight: 900;}
	
/*新闻内页*/
	.xwn{width: 96.77%;margin: 0 auto;margin-top: 6%;}
	.xwna{width: 100%;}
	.xwna h1{font-size: 1rem;color: #626262;line-height: 22px;border-bottom: 2px dashed #d7d7d7;text-align: center;padding-bottom: 10px;}
	.xwna p{text-align: center;font-size: 0.8rem;color: #7b7b7b;line-height: 22px;margin-top: 6px;}
	.xwnb{width: 96.666%;margin: 0 auto;margin-top: 22px;border-bottom: 2px dashed #d7d7d7;padding-bottom: 46px;}
	.xwnb div{font-size: 0.9rem;color: #7b7b7b;line-height: 26px;}
	.xwnb div a{font-size: 0.9rem;color: #7b7b7b;}
	.xwnb div a:hover{color: #0c468f;}
	.xwnb img{max-width: 100% !important;margin: 5% auto;}
	.at_key{ margin-top:30px; color:#000 !important;}
	.at_key a{  font-weight:normal !important; color:#332d2d !important; font-size:14px;}
	.at_key p{ line-height:26px; }

/*关于科尔福*/
	.gyn{width: 100%;margin: 0 auto;margin-top: 5%;margin-bottom: 8%;}
	.gyna h6{width: 100%;font-size: 1.1rem;color: #0c468f;line-height: 36px;border-bottom: 2px solid #dddddd;}
	.gynb{width: 100%;margin: 0 auto;margin-top: 5%; font-size:13px; color:#7b7b7b; line-height:26px;}
	.gynb p{font-size: 0.9rem;color: #7b7b7b;line-height: 26px;}
	.gynb p span{font-weight: bold;}
	.gynb img{width: 100%;margin: 0 auto;margin-top: 5%; max-width:100%;}
	.gync{display: table;margin: 0 auto;margin-top: 7%;}
	.gync p:nth-child(1){background: url(../images/k100.png) no-repeat;width: 90px;height: 90px;text-align: center;padding-top: 55px;float: left;background-size: 100% 100%;}
	.gync p:nth-child(2){background: url(../images/k101.png) no-repeat;width: 90px;height: 90px;text-align: center;padding-top: 55px;float: left;margin: 0 10px;background-size: 100% 100%;}
	.gync p:nth-child(3){background: url(../images/k102.png) no-repeat;width: 90px;height: 90px;text-align: center;padding-top: 55px;float: left;background-size: 100% 100%;}
	.gync p a{font-size: 0.9rem;color: #343434;}
	
/*科尔福优势*/
	.kys{width: 100%;margin: 0 auto;margin-top: 7%;margin-bottom: 8%;}
	.kysa{width: 100%;margin: 0 auto;}
	.kysa > img{width: 100%;}
	.kysa_a{margin-top: 1%;}
	.kysa_a p{float: left;font-size: 0.75rem;color: #8a8a8a;line-height: 22px;}
	.kysa_a img{display: none;}
	.kysb{width: 100%;margin: 0 auto;margin-top: 5%;}
	.kysb > img{width: 100%;}
	.kysb_a{width: 100%;margin-top: 5%;}
	.kysb_a img{float: left;width: 42px;height: 42px;}
	.kysb_w{margin-left: 3%;width: 77%;}
	.kysb_w h6{font-size: 1.1rem;color: #585858;font-weight: bold;line-height: 26px;}
	.kysb_w h6 span{color: #0c468f;}
	.kysb_w p{font-size: 0.9rem;color: #7b7b7b;line-height: 26px;margin-top: 5px;}
	.kysc{width: 100%;margin-top: 10px;}
	.kysc > img{width: 100%;}
	#beit{background: url(../images/k111.png) no-repeat center;background-size: 100% 100%;}
	
/*科尔福文化*/
	.kwh{width: 100%;margin: 0 auto;margin-top: 6%;margin-bottom: 8%;}
	.kwha{width: 100%;margin: 0 auto;display: none;}
/*
	.kwha_a h6{font-family: "Arial";font-size: 40px;color: #dfdfdf;font-weight: 900;letter-spacing: 3px;float: left;line-height: 20px;}
	.kwha_a img{float: left;margin-left: 3%;margin-top: 25px;width: 20%;}
	.kwha_b p{font-size: 26px;color: #635e60;font-weight: bold;letter-spacing: 1px;float: left;line-height: 26px;margin-top: -8px;margin-left: 4px;}
	.kwha_b p span{color: #0c468f;}
	.kwha_b img{float: left;margin-left: 3%;margin-top: 4%;width: 30%;}
*/
	.kwhb{width: 95%;margin: 0 auto;}
	.kwhb_a{width: 100%;margin: 3% 0;}
	.kwhb_a img{float: left;}
	.kwhb_w{margin-left: 5%;width: 76%;}
	.kwhb_w h6{font-size: 1.2rem;color: #585858;font-weight: bold;line-height: 28px;}
	.kwhb_w p{font-size: 1rem;color: #7b7b7b;line-height: 24px;margin-top: 6px;}
	#beit1{background: url(../images/k100.png) no-repeat center;background-size: 100% 100%;}
	
/*人力资源*/
	#beit2{background: url(../images/k101.png) no-repeat center;background-size: 100% 100%;}
	.kzy{width: 100%;margin: 0 auto;margin-top: 6%;margin-bottom: 8%;}
	.kzya{width: 100%;margin: 0 auto;margin-top: 2%;}
	.kzya img{width: 100%;}
	.zpxx_b{width:100%;margin: 0 auto;margin-top: 6%;}
	.zpxx_ba2{background: #a9a9a9 url(../images/cgy35.png) no-repeat;background-position: right 10px bottom 10px;line-height: 40px;color: #fff;font-size: 1rem;font-weight: bold;padding-left: 10px;cursor: pointer;margin-top: 3px;}
	.zpxx_bb{margin: 10px;}
	.zpxx_bb p{line-height: 22px;color: #253547;font-size: 0.9rem;}
	.zpxx_bb p span{font-size: 0.9rem;}
	.zpxx_ba3{background: #ff8d55 url(../images/cgy34.png) no-repeat;background-position: right 10px bottom 10px;}
	
/*联系我们*/
	.klx{width: 96%;margin: 0 auto;margin-top: 7%;}
	.lxds_dt{width: 100%;margin-top: 5%}
	.klxx{width: 100%;margin-top: 4%;}
	.klxa .nlianxi{padding: 5% 5% 6% 5%;}
	.klxa h1{text-align: left;margin-left: 9px;}
	.klxa h6{text-align: left;margin-left: 9px;}
	.klxa .nlianxia{width: 100%;margin-right: 0;}
	.klxa .nma{width: 70%;}
	.klxa .nyazm_a{width: 30%;}
	.klxa .nyazm{margin-top: 3%;}
	.klxa .nchenghu{margin-top: 0;}
	.klxa .nchenghu input{width: 100%;margin-top: 3%;}
	.klxa .nxuqiu{width: 100%;margin-top: 3%;}
	.klxa .klxa_a{margin-top: 4%;}
	.klxa_a{width: 165px;float: right;}
	.klxa .ntij{width: 80px;}
	.klxa .chongz{width: 80px;}
	.klxa .nyazm_a img{width: 68px;height: 16px;width:100%;height:100%;}
	.nlianxa{width: 100%;background: #0c468f;padding: 5% 4%;margin-top: 5%;margin-bottom: -2%;}
	.nlianxa h5{color: #fff;font-size: 1rem;}
	.nlianxa h6{font-size: 1.05rem;color: #fff;font-weight: bold;line-height: 30px;}
	.nlianxa h4{font-size: 1.05rem;color: #fff;font-weight: bold;line-height: 30px;}
	.nlianxa h5{font-size: 1.2rem;color: #fff;font-weight: bold;line-height: 30px;}
	.nlianxa > p{font-size: 1rem;color: #fff;line-height: 18px;margin-top: 4%;}
	.nlianxa_a{margin-top: 5%;}
	.nlianxa_a img{float: left;}
	.nlianxa_a p{line-height: 20px;margin-left: 3%;color: #fff;float: left;width: 83%;font-size: 0.95rem}
	
	
	
	
	.jiegou{width: 100%;margin: 0 auto;}
	.jiegou img{width: 100%;}
	
	
/*新闻内页修改*/
	.xwn_xw1{width: 100%;margin: 0 auto;margin-top: 5%;margin-bottom: 3%;}
	.xwn_xw1 img{width: 100%;}
	.xwnb > img{width: 98%;margin: 5% auto 0 auto;}
	
	
@media (min-width: 350px){
	.topd_a{width: 35%;margin-top: 0%;}
	.stop_a p{display: block;margin-left: 2%;}
	.stop_a p span{font-weight: bold;}
	.cpzx_top h6{font-size: 1.7rem;line-height: 26px;}
	.cpzx_topa{margin-top: -10px;}
	.cpzx_xt{width: 16%;margin-top: 8px;}
	.cpzx_topa p{width: 68%;font-size: 1.1rem;line-height: 22px;margin-top: -2px;}
	.cpzx_top > p{font-size: 0.85rem;line-height: 22px}
	.cpzxa_am{width: 26%;line-height: 32px;}
	.liyoua_w{top: 7%;}
	.liyoua_w1 h1{font-size: 1.18rem;}
	.liyoua_w > p{font-size: 0.9rem;line-height: 24px;height: 120px;margin-top: 4%;}
	.khpja_a h6 a{font-size: 1.1rem;}
	.khpja_a p{line-height: 24px;height: 96px;}
	.khpja_a p a{font-size: 1rem;}
	.guany_ba h5{font-size: 1.6rem;}
	.guany_ba h6{font-size: 1.3rem;}
	.xina_p{width: 85px;font-size: 1rem;}
	.banq{padding: 2% 5% 33% 5%;}
	.gync p a{font-size: 0.95rem;}
	.gync p:nth-child(1){width: 90px;height: 90px;padding-top: 60px;}
	.gync p:nth-child(2){margin: 0 15px;width: 90px;height: 90px;padding-top: 60px;}
	.gync p:nth-child(3){width: 90px;height: 90px;padding-top: 60px;}
}	
	
	
	

	
@media (min-width: 400px){
	.stop_a p{font-size: 0.85rem;line-height: 20px;}
	.stop_a p span{font-size: 0.95rem;}
	.cpzx_top h6{font-size: 1.9rem;line-height: 28px;}
	.cpzx_topa{margin-top: -10px;}
	.cpzx_xt{width: 16%;margin-top: 8px;}
	.cpzx_topa p{width: 68%;font-size: 1.2rem;line-height: 22px;margin-top: -2px;}
	.cpzx_top > p{font-size: 0.9rem;}
	.liy_aa p{font-size: 0.8rem;}
	.liyoua_w{top: 8%;}
	.liyoua_w1 h1{font-size: 1.25rem;}
	.xina_p{width: 90px;}
	.banq{padding: 2% 5% 31% 5%;}
	.xwla_a{width: 76%;}
	.gync p{width: 120px;height: 120px;padding-top: 65px;}
	.gync p a{font-size: 1rem;}
	.gync p:nth-child(1){width: 100px;height: 100px;padding-top: 60px;}
	.gync p:nth-child(2){margin: 0 25px;width: 100px;height: 100px;padding-top: 60px;}
	.gync p:nth-child(3){width: 100px;height: 100px;padding-top: 60px;}
	.kwhb{width: 90%;}
	
}		
	
	
	
	
	
@media (min-width: 450px){
	.topd_a{width: 38%;margin-top: 0%;}
	.liyoua_w{top: 10%;}
	.liyoua_w1 h1{font-size: 1.30rem;}
	.liyoua_w > p{font-size: 0.95rem;height: 144px;margin-top: 5%;}
	.banq{padding: 2% 5% 28% 5%;}
	.cplya_w p{height: 66px;}
	.alla_wa{width: 100%;margin-top: 2%;display: block;}
	.gync p:nth-child(1){width: 110px;height: 110px;padding-top: 60px;}
	.gync p:nth-child(2){margin: 0 35px;width: 110px;height: 110px;padding-top: 60px;}
	.gync p:nth-child(3){width: 110px;height: 110px;padding-top: 60px;}

	
}
	
	
	
	
	
@media (min-width: 500px){
	.stop_a p{font-size: 0.95rem;line-height: 22px;margin-top: 3%;}
	.stop_a p span{font-size: 1.05rem;}
	.liyoua_w1 img{width: 13%;}
	.liyoua_w1 h1{width: 81%;font-size: 1.5rem;}
	.khpjc_a{width: 6.25%;}
	.khpjc_t{width: 86%;border: 1px solid #e5e5e5;}
	.khpjb{width: 85%;margin-left: 10.5%;}
	.xina_p{width: 95px;margin: 0 8px;}
	.xinb_waa{width: 60px;height: 60px;padding-top: 10px;}
	.xinb_waa p a{font-size: 0.9rem;}
	.xinb_waa p span{font-size: 1.4rem;}
	.xinc_bm{width: 32%;}
	.banq{padding: 2% 5% 26% 5%;}
	.cplya_wa{margin-top: 6%;}
	
	.cpna_t{width: 46%;}
	.cpna_w{width: 52%;margin-top: 2px;}
	.cpna_w p{line-height: 22px;}
	.cpnb_ab1 img{width: 38%;}
	.cpnb_ab1 p{width: 58%;line-height: 24px;font-size: 0.85rem;margin-left: 4%;}
	.alla_wa{margin-top: 4%;}
	.xwla_a{width: 78%;}
	.gync p:nth-child(1){width: 120px;height: 120px;padding-top: 75px;}
	.gync p:nth-child(2){margin: 0 35px;width: 120px;height: 120px;padding-top: 75px;}
	.gync p:nth-child(3){width: 120px;height: 120px;padding-top: 75px;}
	.kwhb{width: 85%;}
	
	
	
	
}		
	
	
	
@media (min-width: 550px){
	.cpzx_top h6{font-size: 2.2rem;line-height: 32px;}
	.cpzx_topa{margin-top: -10px;}
	.cpzx_xt{width: 21%;margin-top: 8px;}
	.cpzx_topa p{width: 58%;font-size: 1.4rem;line-height: 22px;margin-top: -2px;}
	.cpzx_top > p{font-size: 0.95rem;line-height: 22px}
	.xina_p{width: 100px;margin: 0 8px;}
	.banq{padding: 2% 5% 24% 5%;}
	.alla_wa{margin-top: 7%;}
	.gync p:nth-child(1){width: 130px;height: 130px;padding-top: 85px;}
	.gync p:nth-child(2){margin: 0 45px;width: 130px;height: 130px;padding-top: 85px;}
	.gync p:nth-child(3){width: 130px;height: 130px;padding-top: 85px;}
	.hzhba{width: 100%;padding: 4% 2%}
	.hzhba_a{width: 46%;}

	
}	
	
		
	
@media (min-width: 600px){
	.liyoua_w1 img{width: 11%;}
	.liyoua_w > p{margin-top: 8%;height: 168px;width: 60%;}
	.xinc_bm{width: 30%;}
	.cplya_w{margin-top: 3%;}
	.alla_wa{margin-top: 9%;}
	.alla_w p{margin-top: 4%;}
	.xwla_a{width: 82%;}
	.gync p:nth-child(1){width: 140px;height: 140px;padding-top: 90px;}
	.gync p:nth-child(2){margin: 0 45px;width: 140px;height: 140px;padding-top: 90px;}
	.gync p:nth-child(3){width: 140px;height: 140px;padding-top: 90px;}

	
}	
	
@media (min-width: 650px){
	.xinc_bm{width: 25%;}
	.cpnb_ab1 img{width: 32%;}
	.cpnb_ab1 p{width: 64%;}
	.gync p:nth-child(1){width: 150px;height: 150px;padding-top: 95px;}
	.gync p:nth-child(2){margin: 0 55px;width: 150px;height: 150px;padding-top: 95px;}
	.gync p:nth-child(3){width: 150px;height: 150px;padding-top: 95px;}

}
	
	
	
@media (min-width: 700px){
	.banq{padding: 2% 5% 22% 5%;}
	.alla_wa{margin-top: 12%;}
	.alla_w p{margin-top: 6%;}


}		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}




